Html Css Color HEX #E3882D California

📋 copy color: '#E3882D'

red 227 ◦ green 136 ◦ blue 45

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

Shades of California #E3882D

Tints of California #E3882D

RGB

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

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

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

R = 55.64%
G = 33.33%
B = 11.03%

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

#E3882D (or 0xE3882D) is known color: California. HEX triplet: E3, 88 and 2D. RGB value is (227,136,45). Sum of RGB (Red+Green+Blue) = 227+136+45=408 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.64% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 227 - color contains mainly: red. Hex color #E3882D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3882D is #1C77D2. Grayscale: #999999. Windows color (decimal): -1865683 or 2984163. OLE color: 2984163.

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

Color convert

RGB 227 136 45 -
CMYK 0 0.40 0.80 0.11
HSL 30º 0.76% 0.53% -
HSV(B) 30º 0.8% 0.89% -
XYZ 40.96 34.13 6.91 -
YUV 152.84 67.15 180.9 -
System Red Green Blue C M Y K H S L
Decimal 227 136 45 0 0.40 0.80 0.11 30 0.76 0.53
Hex E3 88 2D 0 28 50 B 1E 4C 35
Octal 343 210 55 0 50 120 13 36 114 65
Binary 11100011 10001000 101101 0 101000 1010000 1011 11110 1001100 110101

Color Harmonies of #E3882D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3882D

Black with #E3882D

Text Example


Text Example

White with #E3882D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3882D; }

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

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

background-color css

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

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

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

border-color css

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

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

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