Html Css Color HEX #E3872D California

📋 copy color: '#E3872D'

red 227 ◦ green 135 ◦ blue 45

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

Shades of California #E3872D

Tints of California #E3872D

RGB

 RED value IS 227 (89.06% from 255) = 55.77%

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

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

R = 55.77%
G = 33.17%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E3872D (or 0xE3872D) is known color: California. HEX triplet: E3, 87 and 2D. RGB value is (227,135,45). Sum of RGB (Red+Green+Blue) = 227+135+45=407 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.77% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 227 - color contains mainly: red. Hex color #E3872D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3872D is #1C78D2. Grayscale: #989898. Windows color (decimal): -1865939 or 2983907. OLE color: 2983907.

HSL color Cylindrical-coordinate representation of color #E3872D: hue angle of 29.67º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E3872D is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 135 45 -
CMYK 0 0.41 0.80 0.11
HSL 29.67º 0.76% 0.53% -
HSV(B) 29.67º 0.8% 0.89% -
XYZ 40.82 33.85 6.86 -
YUV 152.25 67.48 181.32 -
System Red Green Blue C M Y K H S L
Decimal 227 135 45 0 0.41 0.80 0.11 29.67 0.76 0.53
Hex E3 87 2D 0 29 50 B 1E 4C 35
Octal 343 207 55 0 51 120 13 36 114 65
Binary 11100011 10000111 101101 0 101001 1010000 1011 11110 1001100 110101

Color Harmonies of #E3872D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3872D

Black with #E3872D

Text Example


Text Example

White with #E3872D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3872D; }

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

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

background-color css

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

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

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

border-color css

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

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

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