Html Css Color HEX #E3913C California

📋 copy color: '#E3913C'

red 227 ◦ green 145 ◦ blue 60

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

Shades of California #E3913C

Tints of California #E3913C

RGB

 RED value IS 227 (89.06% from 255) = 52.55%

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

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

R = 52.55%
G = 33.56%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E3913C (or 0xE3913C) is known color: California. HEX triplet: E3, 91 and 3C. RGB value is (227,145,60). Sum of RGB (Red+Green+Blue) = 227+145+60=432 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.55% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 227 - color contains mainly: red. Hex color #E3913C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3913C is #1C6EC3. Grayscale: #A0A0A0. Windows color (decimal): -1863364 or 3969507. OLE color: 3969507.

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

Color convert

RGB 227 145 60 -
CMYK 0 0.36 0.74 0.11
HSL 30.54º 0.75% 0.56% -
HSV(B) 30.54º 0.74% 0.89% -
XYZ 42.62 36.91 9.15 -
YUV 159.83 71.67 175.91 -
System Red Green Blue C M Y K H S L
Decimal 227 145 60 0 0.36 0.74 0.11 30.54 0.75 0.56
Hex E3 91 3C 0 24 4A B 1F 4B 38
Octal 343 221 74 0 44 112 13 37 113 70
Binary 11100011 10010001 111100 0 100100 1001010 1011 11111 1001011 111000

Color Harmonies of #E3913C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3913C

Black with #E3913C

Text Example


Text Example

White with #E3913C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3913C; }

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

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

background-color css

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

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

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

border-color css

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

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

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