#E9882F

Color #E9882F California (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of California #E9882F

Tints of California #E9882F

Color information

#E9882F (or 0xE9882F) is unknown color: approx California. HEX triplet: E9, 88 and 2F. RGB value is (233,136,47). Sum of RGB (Red+Green+Blue) = 233+136+47=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E9882F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9882F is #1677D0. Grayscale: #9B9B9B. Windows color (decimal): -1472465 or 3115241. OLE color: 3115241.

HSL color Cylindrical-coordinate representation of color #E9882F: hue angle of 28.71º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E9882F is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB23313647-
CMYK00.420.800.09
HSL28.71º80.87%54.9%-
HSV(B)28.71º79.83%91.37%-
XYZ42.9235.147.21-
YUV154.8667.14183.74-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 56.01%
GREEN value IS 136 (53.52% from 255) = 32.69%
BLUE value IS 47 (18.75% from 255) = 11.30%
R=56.01%
G=32.69%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.80
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331364700.420.800.0928.7180.8754.9
HexE9882F02A5091d5137
Octal35121057052120113512167
Binary1110100110001000101111010101010100001001111011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9882F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9882F; }

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

 H1.HeaderClassName
 {
   color: #E9882F;
 }
 .AnyTagClassName
 {
   color: #E9882F;
 }
</style>
background-color css

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

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

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

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

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

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