Html Css Color HEX #EA8F40 California

📋 copy color: '#EA8F40'

red 234 ◦ green 143 ◦ blue 64

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

Shades of California #EA8F40

Tints of California #EA8F40

RGB

 RED value IS 234 (91.8% from 255) = 53.06%

 GREEN value IS 143 (56.25% from 255) = 32.43%

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

R = 53.06%
G = 32.43%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA8F40 (or 0xEA8F40) is known color: California. HEX triplet: EA, 8F and 40. RGB value is (234,143,64). Sum of RGB (Red+Green+Blue) = 234+143+64=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8F40 is #1570BF. Grayscale: #A1A1A1. Windows color (decimal): -1405120 or 4231146. OLE color: 4231146.

HSL color Cylindrical-coordinate representation of color #EA8F40: hue angle of 27.88º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA8F40 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 143 64 -
CMYK 0 0.39 0.73 0.08
HSL 27.88º 0.8% 0.58% -
HSV(B) 27.88º 0.73% 0.92% -
XYZ 44.68 37.51 9.74 -
YUV 161.2 73.15 179.92 -
System Red Green Blue C M Y K H S L
Decimal 234 143 64 0 0.39 0.73 0.08 27.88 0.8 0.58
Hex EA 8F 40 0 27 49 8 1C 50 3A
Octal 352 217 100 0 47 111 10 34 120 72
Binary 11101010 10001111 1000000 0 100111 1001001 1000 11100 1010000 111010

Color Harmonies of #EA8F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8F40

Black with #EA8F40

Text Example


Text Example

White with #EA8F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8F40; }

 p { color: rgb(234,143,64); }

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

background-color css

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

 a { background-color: rgb(234,143,64); }

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

border-color css

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

 span { border-color: rgb(234,143,64); }

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