Html Css Color HEX #E3882F California

📋 copy color: '#E3882F'

red 227 ◦ green 136 ◦ blue 47

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

Shades of California #E3882F

Tints of California #E3882F

RGB

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

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

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

R = 55.37%
G = 33.17%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E3882F (or 0xE3882F) is known color: California. HEX triplet: E3, 88 and 2F. RGB value is (227,136,47). Sum of RGB (Red+Green+Blue) = 227+136+47=410 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.37% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 47 (18.75% from 255 or 11.46% from 410); Max value from RGB is 227 - color contains mainly: red. Hex color #E3882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3882F is #1C77D0. Grayscale: #999999. Windows color (decimal): -1865681 or 3115235. OLE color: 3115235.

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

Color convert

RGB 227 136 47 -
CMYK 0 0.40 0.79 0.11
HSL 29.67º 0.76% 0.54% -
HSV(B) 29.67º 0.79% 0.89% -
XYZ 41 34.14 7.12 -
YUV 153.06 68.15 180.74 -
System Red Green Blue C M Y K H S L
Decimal 227 136 47 0 0.40 0.79 0.11 29.67 0.76 0.54
Hex E3 88 2F 0 28 4F B 1E 4C 36
Octal 343 210 57 0 50 117 13 36 114 66
Binary 11100011 10001000 101111 0 101000 1001111 1011 11110 1001100 110110

Color Harmonies of #E3882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3882F

Black with #E3882F

Text Example


Text Example

White with #E3882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3882F; }

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

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

background-color css

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

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

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

border-color css

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

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

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