Html Css Color HEX #E2882D California

📋 copy color: '#E2882D'

red 226 ◦ green 136 ◦ blue 45

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

Shades of California #E2882D

Tints of California #E2882D

RGB

 RED value IS 226 (88.67% from 255) = 55.53%

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

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

R = 55.53%
G = 33.42%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2882D (or 0xE2882D) is known color: California. HEX triplet: E2, 88 and 2D. RGB value is (226,136,45). Sum of RGB (Red+Green+Blue) = 226+136+45=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E2882D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2882D is #1D77D2. Grayscale: #989898. Windows color (decimal): -1931219 or 2984162. OLE color: 2984162.

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

Color convert

RGB 226 136 45 -
CMYK 0 0.40 0.80 0.11
HSL 30.17º 0.76% 0.53% -
HSV(B) 30.17º 0.8% 0.89% -
XYZ 40.64 33.97 6.9 -
YUV 152.54 67.32 180.4 -
System Red Green Blue C M Y K H S L
Decimal 226 136 45 0 0.40 0.80 0.11 30.17 0.76 0.53
Hex E2 88 2D 0 28 50 B 1E 4C 35
Octal 342 210 55 0 50 120 13 36 114 65
Binary 11100010 10001000 101101 0 101000 1010000 1011 11110 1001100 110101

Color Harmonies of #E2882D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2882D

Black with #E2882D

Text Example


Text Example

White with #E2882D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2882D; }

 p { color: rgb(226,136,45); }

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

background-color css

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

 a { background-color: rgb(226,136,45); }

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

border-color css

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

 span { border-color: rgb(226,136,45); }

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