Html Css Color HEX #E08C41 California

📋 copy color: '#E08C41'

red 224 ◦ green 140 ◦ blue 65

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

Shades of California #E08C41

Tints of California #E08C41

RGB

 RED value IS 224 (87.89% from 255) = 52.21%

 GREEN value IS 140 (55.08% from 255) = 32.63%

 BLUE value IS 65 (25.78% from 255) = 15.15%

R = 52.21%
G = 32.63%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E08C41 (or 0xE08C41) is known color: California. HEX triplet: E0, 8C and 41. RGB value is (224,140,65). Sum of RGB (Red+Green+Blue) = 224+140+65=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 65 (25.78% from 255 or 15.15% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08C41 is #1F73BE. Grayscale: #9C9C9C. Windows color (decimal): -2061247 or 4295904. OLE color: 4295904.

HSL color Cylindrical-coordinate representation of color #E08C41: hue angle of 28.3º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E08C41 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 140 65 -
CMYK 0 0.38 0.71 0.12
HSL 28.3º 0.72% 0.57% -
HSV(B) 28.3º 0.71% 0.88% -
XYZ 41.07 34.99 9.59 -
YUV 156.57 76.33 176.1 -
System Red Green Blue C M Y K H S L
Decimal 224 140 65 0 0.38 0.71 0.12 28.3 0.72 0.57
Hex E0 8C 41 0 26 47 C 1C 48 39
Octal 340 214 101 0 46 107 14 34 110 71
Binary 11100000 10001100 1000001 0 100110 1000111 1100 11100 1001000 111001

Color Harmonies of #E08C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C41

Black with #E08C41

Text Example


Text Example

White with #E08C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C41; }

 p { color: rgb(224,140,65); }

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

background-color css

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

 a { background-color: rgb(224,140,65); }

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

border-color css

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

 span { border-color: rgb(224,140,65); }

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