Html Css Color HEX #E18C42 California

📋 copy color: '#E18C42'

red 225 ◦ green 140 ◦ blue 66

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

Shades of California #E18C42

Tints of California #E18C42

RGB

 RED value IS 225 (88.28% from 255) = 52.2%

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

 BLUE value IS 66 (26.17% from 255) = 15.31%

R = 52.2%
G = 32.48%
B = 15.31%

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

#E18C42 (or 0xE18C42) is known color: California. HEX triplet: E1, 8C and 42. RGB value is (225,140,66). Sum of RGB (Red+Green+Blue) = 225+140+66=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 66 (26.17% from 255 or 15.31% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18C42 is #1E73BD. Grayscale: #9D9D9D. Windows color (decimal): -1995710 or 4361441. OLE color: 4361441.

HSL color Cylindrical-coordinate representation of color #E18C42: hue angle of 27.92º degrees, saturation: 0.73, 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 #E18C42 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 140 66 -
CMYK 0 0.38 0.71 0.12
HSL 27.92º 0.73% 0.57% -
HSV(B) 27.92º 0.71% 0.88% -
XYZ 41.41 35.16 9.76 -
YUV 156.98 76.66 176.52 -
System Red Green Blue C M Y K H S L
Decimal 225 140 66 0 0.38 0.71 0.12 27.92 0.73 0.57
Hex E1 8C 42 0 26 47 C 1C 49 39
Octal 341 214 102 0 46 107 14 34 111 71
Binary 11100001 10001100 1000010 0 100110 1000111 1100 11100 1001001 111001

Color Harmonies of #E18C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18C42

Black with #E18C42

Text Example


Text Example

White with #E18C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18C42; }

 p { color: rgb(225,140,66); }

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

background-color css

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

 a { background-color: rgb(225,140,66); }

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

border-color css

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

 span { border-color: rgb(225,140,66); }

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