#EE8D41

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

Shades of California #EE8D41

Tints of California #EE8D41

Color information

#EE8D41 (or 0xEE8D41) is unknown color: approx California. HEX triplet: EE, 8D and 41. RGB value is (238,141,65). Sum of RGB (Red+Green+Blue) = 238+141+65=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8D41 is #1172BE. Grayscale: #A1A1A1. Windows color (decimal): -1143487 or 4296174. OLE color: 4296174.

HSL color Cylindrical-coordinate representation of color #EE8D41: hue angle of 26.36º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE8D41 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB23814165-
CMYK00.410.730.07
HSL26.36º83.57%59.41%-
HSV(B)26.36º72.69%93.33%-
XYZ45.7437.619.85-
YUV161.3473.64182.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.60%
GREEN value IS 141 (55.47% from 255) = 31.76%
BLUE value IS 65 (25.78% from 255) = 14.64%
R=53.60%
G=31.76%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381416500.410.730.0726.3683.5759.41
HexEE8D410294971a543b
Octal35621510105111173212473
Binary1110111010001101100000101010011001001111110101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8D41; }

 p { color: rgb(238,141,65); }

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

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

 a { background-color: rgb(238,141,65); }

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

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

 span { border-color: rgb(238,141,65); }

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