Html Css Color HEX #E8862C California

📋 copy color: '#E8862C'

red 232 ◦ green 134 ◦ blue 44

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

Shades of California #E8862C

Tints of California #E8862C

RGB

 RED value IS 232 (91.02% from 255) = 56.59%

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

 BLUE value IS 44 (17.58% from 255) = 10.73%

R = 56.59%
G = 32.68%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E8862C (or 0xE8862C) is known color: California. HEX triplet: E8, 86 and 2C. RGB value is (232,134,44). Sum of RGB (Red+Green+Blue) = 232+134+44=410 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.59% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 44 (17.58% from 255 or 10.73% from 410); Max value from RGB is 232 - color contains mainly: red. Hex color #E8862C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8862C is #1779D3. Grayscale: #999999. Windows color (decimal): -1538516 or 2918120. OLE color: 2918120.

HSL color Cylindrical-coordinate representation of color #E8862C: hue angle of 28.72º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E8862C is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 134 44 -
CMYK 0 0.42 0.81 0.09
HSL 28.72º 0.8% 0.54% -
HSV(B) 28.72º 0.81% 0.91% -
XYZ 42.26 34.39 6.79 -
YUV 153.04 66.47 184.32 -
System Red Green Blue C M Y K H S L
Decimal 232 134 44 0 0.42 0.81 0.09 28.72 0.8 0.54
Hex E8 86 2C 0 2A 51 9 1D 50 36
Octal 350 206 54 0 52 121 11 35 120 66
Binary 11101000 10000110 101100 0 101010 1010001 1001 11101 1010000 110110

Color Harmonies of #E8862C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8862C

Black with #E8862C

Text Example


Text Example

White with #E8862C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8862C; }

 p { color: rgb(232,134,44); }

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

background-color css

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

 a { background-color: rgb(232,134,44); }

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

border-color css

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

 span { border-color: rgb(232,134,44); }

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