Html Css Color HEX #EA8636 California

📋 copy color: '#EA8636'

red 234 ◦ green 134 ◦ blue 54

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

Shades of California #EA8636

Tints of California #EA8636

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.75%

 BLUE value IS 54 (21.48% from 255) = 12.8%

R = 55.45%
G = 31.75%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EA8636 (or 0xEA8636) is known color: California. HEX triplet: EA, 86 and 36. RGB value is (234,134,54). Sum of RGB (Red+Green+Blue) = 234+134+54=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8636 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8636 is #1579C9. Grayscale: #9B9B9B. Windows color (decimal): -1407434 or 3573482. OLE color: 3573482.

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

Color convert

RGB 234 134 54 -
CMYK 0 0.43 0.77 0.08
HSL 26.67º 0.81% 0.56% -
HSV(B) 26.67º 0.77% 0.92% -
XYZ 43.12 34.81 7.94 -
YUV 154.78 71.13 184.5 -
System Red Green Blue C M Y K H S L
Decimal 234 134 54 0 0.43 0.77 0.08 26.67 0.81 0.56
Hex EA 86 36 0 2B 4D 8 1B 51 38
Octal 352 206 66 0 53 115 10 33 121 70
Binary 11101010 10000110 110110 0 101011 1001101 1000 11011 1010001 111000

Color Harmonies of #EA8636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8636

Black with #EA8636

Text Example


Text Example

White with #EA8636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8636; }

 p { color: rgb(234,134,54); }

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

background-color css

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

 a { background-color: rgb(234,134,54); }

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

border-color css

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

 span { border-color: rgb(234,134,54); }

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