Html Css Color HEX #E2913C California

📋 copy color: '#E2913C'

red 226 ◦ green 145 ◦ blue 60

#E2913C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of California #E2913C

Tints of California #E2913C

RGB

 RED value IS 226 (88.67% from 255) = 52.44%

 GREEN value IS 145 (57.03% from 255) = 33.64%

 BLUE value IS 60 (23.83% from 255) = 13.92%

R = 52.44%
G = 33.64%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E2913C (or 0xE2913C) is known color: California. HEX triplet: E2, 91 and 3C. RGB value is (226,145,60). Sum of RGB (Red+Green+Blue) = 226+145+60=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 60 (23.83% from 255 or 13.92% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E2913C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2913C is #1D6EC3. Grayscale: #9F9F9F. Windows color (decimal): -1928900 or 3969506. OLE color: 3969506.

HSL color Cylindrical-coordinate representation of color #E2913C: hue angle of 30.72º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2913C is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 145 60 -
CMYK 0 0.36 0.73 0.11
HSL 30.72º 0.74% 0.56% -
HSV(B) 30.72º 0.73% 0.89% -
XYZ 42.31 36.75 9.14 -
YUV 159.53 71.84 175.41 -
System Red Green Blue C M Y K H S L
Decimal 226 145 60 0 0.36 0.73 0.11 30.72 0.74 0.56
Hex E2 91 3C 0 24 49 B 1F 4A 38
Octal 342 221 74 0 44 111 13 37 112 70
Binary 11100010 10010001 111100 0 100100 1001001 1011 11111 1001010 111000

Color Harmonies of #E2913C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2913C

Black with #E2913C

Text Example


Text Example

White with #E2913C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2913C; }

 p { color: rgb(226,145,60); }

 H1.HeaderClassName
 {
   color: #E2913C;
 }
 .AnyTagClassName
 {
   color: #E2913C;
 }
</style>

background-color css

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

 a { background-color: rgb(226,145,60); }

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

border-color css

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

 span { border-color: rgb(226,145,60); }

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