Html Css Color HEX #EA8C3A California

📋 copy color: '#EA8C3A'

red 234 ◦ green 140 ◦ blue 58

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

Shades of California #EA8C3A

Tints of California #EA8C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.43%

R = 54.17%
G = 32.41%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA8C3A (or 0xEA8C3A) is known color: California. HEX triplet: EA, 8C and 3A. RGB value is (234,140,58). Sum of RGB (Red+Green+Blue) = 234+140+58=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 58 (23.05% from 255 or 13.43% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8C3A is #1573C5. Grayscale: #9F9F9F. Windows color (decimal): -1405894 or 3837162. OLE color: 3837162.

HSL color Cylindrical-coordinate representation of color #EA8C3A: hue angle of 27.95º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA8C3A is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 140 58 -
CMYK 0 0.40 0.75 0.08
HSL 27.95º 0.81% 0.57% -
HSV(B) 27.95º 0.75% 0.92% -
XYZ 44.07 36.55 8.74 -
YUV 158.76 71.14 181.67 -
System Red Green Blue C M Y K H S L
Decimal 234 140 58 0 0.40 0.75 0.08 27.95 0.81 0.57
Hex EA 8C 3A 0 28 4B 8 1C 51 39
Octal 352 214 72 0 50 113 10 34 121 71
Binary 11101010 10001100 111010 0 101000 1001011 1000 11100 1010001 111001

Color Harmonies of #EA8C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8C3A

Black with #EA8C3A

Text Example


Text Example

White with #EA8C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8C3A; }

 p { color: rgb(234,140,58); }

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

background-color css

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

 a { background-color: rgb(234,140,58); }

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

border-color css

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

 span { border-color: rgb(234,140,58); }

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