Html Css Color HEX #EA862E California

📋 copy color: '#EA862E'

red 234 ◦ green 134 ◦ blue 46

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

Shades of California #EA862E

Tints of California #EA862E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.11%

R = 56.52%
G = 32.37%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA862E (or 0xEA862E) is known color: California. HEX triplet: EA, 86 and 2E. RGB value is (234,134,46). Sum of RGB (Red+Green+Blue) = 234+134+46=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA862E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA862E is #1579D1. Grayscale: #9A9A9A. Windows color (decimal): -1407442 or 3049194. OLE color: 3049194.

HSL color Cylindrical-coordinate representation of color #EA862E: hue angle of 28.09º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA862E is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 134 46 -
CMYK 0 0.43 0.80 0.08
HSL 28.09º 0.82% 0.55% -
HSV(B) 28.09º 0.8% 0.92% -
XYZ 42.95 34.74 7.03 -
YUV 153.87 67.13 185.16 -
System Red Green Blue C M Y K H S L
Decimal 234 134 46 0 0.43 0.80 0.08 28.09 0.82 0.55
Hex EA 86 2E 0 2B 50 8 1C 52 37
Octal 352 206 56 0 53 120 10 34 122 67
Binary 11101010 10000110 101110 0 101011 1010000 1000 11100 1010010 110111

Color Harmonies of #EA862E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA862E

Black with #EA862E

Text Example


Text Example

White with #EA862E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA862E; }

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

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

background-color css

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

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

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

border-color css

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

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

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