Html Css Color HEX #EA8D3F California

📋 copy color: '#EA8D3F'

red 234 ◦ green 141 ◦ blue 63

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

Shades of California #EA8D3F

Tints of California #EA8D3F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.19%

 BLUE value IS 63 (25% from 255) = 14.38%

R = 53.42%
G = 32.19%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA8D3F (or 0xEA8D3F) is known color: California. HEX triplet: EA, 8D and 3F. RGB value is (234,141,63). Sum of RGB (Red+Green+Blue) = 234+141+63=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 63 (25% from 255 or 14.38% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8D3F is #1572C0. Grayscale: #A0A0A0. Windows color (decimal): -1405633 or 4165098. OLE color: 4165098.

HSL color Cylindrical-coordinate representation of color #EA8D3F: hue angle of 27.37º 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 #EA8D3F is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 141 63 -
CMYK 0 0.40 0.73 0.08
HSL 27.37º 0.8% 0.58% -
HSV(B) 27.37º 0.73% 0.92% -
XYZ 44.35 36.9 9.49 -
YUV 159.92 73.31 180.84 -
System Red Green Blue C M Y K H S L
Decimal 234 141 63 0 0.40 0.73 0.08 27.37 0.8 0.58
Hex EA 8D 3F 0 28 49 8 1B 50 3A
Octal 352 215 77 0 50 111 10 33 120 72
Binary 11101010 10001101 111111 0 101000 1001001 1000 11011 1010000 111010

Color Harmonies of #EA8D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8D3F

Black with #EA8D3F

Text Example


Text Example

White with #EA8D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8D3F; }

 p { color: rgb(234,141,63); }

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

background-color css

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

 a { background-color: rgb(234,141,63); }

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

border-color css

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

 span { border-color: rgb(234,141,63); }

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