Html Css Color HEX #E8882F California

📋 copy color: '#E8882F'

red 232 ◦ green 136 ◦ blue 47

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

Shades of California #E8882F

Tints of California #E8882F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.33%

R = 55.9%
G = 32.77%
B = 11.33%

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

#E8882F (or 0xE8882F) is known color: California. HEX triplet: E8, 88 and 2F. RGB value is (232,136,47). Sum of RGB (Red+Green+Blue) = 232+136+47=415 (54% of max value = 765). Red value is 232 (91.02% from 255 or 55.90% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 232 - color contains mainly: red. Hex color #E8882F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8882F is #1777D0. Grayscale: #9B9B9B. Windows color (decimal): -1538001 or 3115240. OLE color: 3115240.

HSL color Cylindrical-coordinate representation of color #E8882F: hue angle of 28.86º 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 #E8882F is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 136 47 -
CMYK 0 0.41 0.80 0.09
HSL 28.86º 0.8% 0.55% -
HSV(B) 28.86º 0.8% 0.91% -
XYZ 42.6 34.97 7.19 -
YUV 154.56 67.3 183.24 -
System Red Green Blue C M Y K H S L
Decimal 232 136 47 0 0.41 0.80 0.09 28.86 0.8 0.55
Hex E8 88 2F 0 29 50 9 1D 50 37
Octal 350 210 57 0 51 120 11 35 120 67
Binary 11101000 10001000 101111 0 101001 1010000 1001 11101 1010000 110111

Color Harmonies of #E8882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8882F

Black with #E8882F

Text Example


Text Example

White with #E8882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8882F; }

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

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

background-color css

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

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

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

border-color css

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

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

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