Html Css Color HEX #EA8B34 California

📋 copy color: '#EA8B34'

red 234 ◦ green 139 ◦ blue 52

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

Shades of California #EA8B34

Tints of California #EA8B34

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.71%

 BLUE value IS 52 (20.7% from 255) = 12.24%

R = 55.06%
G = 32.71%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EA8B34 (or 0xEA8B34) is known color: California. HEX triplet: EA, 8B and 34. RGB value is (234,139,52). Sum of RGB (Red+Green+Blue) = 234+139+52=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 52 (20.70% from 255 or 12.24% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8B34 is #1574CB. Grayscale: #9D9D9D. Windows color (decimal): -1406156 or 3443690. OLE color: 3443690.

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

Color convert

RGB 234 139 52 -
CMYK 0 0.41 0.78 0.08
HSL 28.68º 0.81% 0.56% -
HSV(B) 28.68º 0.78% 0.92% -
XYZ 43.78 36.21 7.93 -
YUV 157.49 68.47 182.57 -
System Red Green Blue C M Y K H S L
Decimal 234 139 52 0 0.41 0.78 0.08 28.68 0.81 0.56
Hex EA 8B 34 0 29 4E 8 1D 51 38
Octal 352 213 64 0 51 116 10 35 121 70
Binary 11101010 10001011 110100 0 101001 1001110 1000 11101 1010001 111000

Color Harmonies of #EA8B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8B34

Black with #EA8B34

Text Example


Text Example

White with #EA8B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8B34; }

 p { color: rgb(234,139,52); }

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

background-color css

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

 a { background-color: rgb(234,139,52); }

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

border-color css

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

 span { border-color: rgb(234,139,52); }

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