Html Css Color HEX #E8872D California

📋 copy color: '#E8872D'

red 232 ◦ green 135 ◦ blue 45

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

Shades of California #E8872D

Tints of California #E8872D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.77%

 BLUE value IS 45 (17.97% from 255) = 10.92%

R = 56.31%
G = 32.77%
B = 10.92%

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

#E8872D (or 0xE8872D) is known color: California. HEX triplet: E8, 87 and 2D. RGB value is (232,135,45). Sum of RGB (Red+Green+Blue) = 232+135+45=412 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.31% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 232 - color contains mainly: red. Hex color #E8872D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8872D is #1778D2. Grayscale: #9A9A9A. Windows color (decimal): -1538259 or 2983912. OLE color: 2983912.

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

Color convert

RGB 232 135 45 -
CMYK 0 0.42 0.81 0.09
HSL 28.88º 0.8% 0.54% -
HSV(B) 28.88º 0.81% 0.91% -
XYZ 42.42 34.67 6.94 -
YUV 153.74 66.64 183.82 -
System Red Green Blue C M Y K H S L
Decimal 232 135 45 0 0.42 0.81 0.09 28.88 0.8 0.54
Hex E8 87 2D 0 2A 51 9 1D 50 36
Octal 350 207 55 0 52 121 11 35 120 66
Binary 11101000 10000111 101101 0 101010 1010001 1001 11101 1010000 110110

Color Harmonies of #E8872D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8872D

Black with #E8872D

Text Example


Text Example

White with #E8872D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8872D; }

 p { color: rgb(232,135,45); }

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

background-color css

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

 a { background-color: rgb(232,135,45); }

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

border-color css

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

 span { border-color: rgb(232,135,45); }

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