Html Css Color HEX #E18A40 California

📋 copy color: '#E18A40'

red 225 ◦ green 138 ◦ blue 64

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

Shades of California #E18A40

Tints of California #E18A40

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.32%

 BLUE value IS 64 (25.39% from 255) = 14.99%

R = 52.69%
G = 32.32%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E18A40 (or 0xE18A40) is known color: California. HEX triplet: E1, 8A and 40. RGB value is (225,138,64). Sum of RGB (Red+Green+Blue) = 225+138+64=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18A40 is #1E75BF. Grayscale: #9B9B9B. Windows color (decimal): -1996224 or 4229857. OLE color: 4229857.

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

Color convert

RGB 225 138 64 -
CMYK 0 0.39 0.72 0.12
HSL 27.58º 0.73% 0.57% -
HSV(B) 27.58º 0.72% 0.88% -
XYZ 41.07 34.55 9.36 -
YUV 155.58 76.32 177.52 -
System Red Green Blue C M Y K H S L
Decimal 225 138 64 0 0.39 0.72 0.12 27.58 0.73 0.57
Hex E1 8A 40 0 27 48 C 1C 49 39
Octal 341 212 100 0 47 110 14 34 111 71
Binary 11100001 10001010 1000000 0 100111 1001000 1100 11100 1001001 111001

Color Harmonies of #E18A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18A40

Black with #E18A40

Text Example


Text Example

White with #E18A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18A40; }

 p { color: rgb(225,138,64); }

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

background-color css

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

 a { background-color: rgb(225,138,64); }

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

border-color css

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

 span { border-color: rgb(225,138,64); }

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