#e1913a

Color #E1913A California (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of California #E1913A

Tints of California #E1913A

Color information

#E1913A (or 0xE1913A) is unknown color: approx California. HEX triplet: E1, 91 and 3A. RGB value is (225,145,58). Sum of RGB (Red+Green+Blue) = 225+145+58=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E1913A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1913A is #1E6EC5. Grayscale: #9F9F9F. Windows color (decimal): -1994438 or 3838433. OLE color: 3838433.

HSL color Cylindrical-coordinate representation of color #E1913A: hue angle of 31.26º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E1913A is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB22514558-
CMYK00.360.740.12
HSL31.26º73.57%55.49%-
HSV(B)31.26º74.22%88.24%-
XYZ41.9436.568.85-
YUV15971175.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 52.57%
GREEN value IS 145 (57.03% from 255) = 33.88%
BLUE value IS 58 (23.05% from 255) = 13.55%
R=52.57%
G=33.88%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251455800.360.740.1231.2673.5755.49
HexE1913A0244AC1f4a37
Octal34122172044112143711267
Binary1110000110010001111010010010010010101100111111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1913a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1913a; }

 p { color: rgb(225,145,58); }

 H1.HeaderClassName
 {
   color: #e1913a;
 }
 .AnyTagClassName
 {
   color: #e1913a;
 }
</style>
background-color css

<style>
 a { background-color: #e1913a; }

 a { background-color: rgb(225,145,58); }

 div.DivClassName
 {
   background-color: #e1913a;
 }
 .BgClassName
 {
   background-color: #e1913a;
 }
</style>
border-color css

<style>
 span { border-color: #e1913a; }

 span { border-color: rgb(225,145,58); }

 td.TdClassName
 {
   border-color: #e1913a;
 }
 .TagClassName
 {
   border-color: #e1913a;
 }
</style>