Html Css Color HEX #E8882E California

📋 copy color: '#E8882E'

red 232 ◦ green 136 ◦ blue 46

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

Shades of California #E8882E

Tints of California #E8882E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.85%

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

R = 56.04%
G = 32.85%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E8882E (or 0xE8882E) is known color: California. HEX triplet: E8, 88 and 2E. RGB value is (232,136,46). Sum of RGB (Red+Green+Blue) = 232+136+46=414 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.04% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 232 - color contains mainly: red. Hex color #E8882E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8882E is #1777D1. Grayscale: #9A9A9A. Windows color (decimal): -1538002 or 3049704. OLE color: 3049704.

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

Color convert

RGB 232 136 46 -
CMYK 0 0.41 0.80 0.09
HSL 29.03º 0.8% 0.55% -
HSV(B) 29.03º 0.8% 0.91% -
XYZ 42.58 34.96 7.09 -
YUV 154.44 66.8 183.32 -
System Red Green Blue C M Y K H S L
Decimal 232 136 46 0 0.41 0.80 0.09 29.03 0.8 0.55
Hex E8 88 2E 0 29 50 9 1D 50 37
Octal 350 210 56 0 51 120 11 35 120 67
Binary 11101000 10001000 101110 0 101001 1010000 1001 11101 1010000 110111

Color Harmonies of #E8882E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8882E

Black with #E8882E

Text Example


Text Example

White with #E8882E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8882E; }

 p { color: rgb(232,136,46); }

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

background-color css

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

 a { background-color: rgb(232,136,46); }

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

border-color css

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

 span { border-color: rgb(232,136,46); }

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