#E98D42

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

Shades of California #E98D42

Tints of California #E98D42

Color information

#E98D42 (or 0xE98D42) is unknown color: approx California. HEX triplet: E9, 8D and 42. RGB value is (233,141,66). Sum of RGB (Red+Green+Blue) = 233+141+66=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E98D42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98D42 is #1672BD. Grayscale: #A0A0A0. Windows color (decimal): -1471166 or 4361705. OLE color: 4361705.

HSL color Cylindrical-coordinate representation of color #E98D42: hue angle of 26.95º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E98D42 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB23314166-
CMYK00.390.720.09
HSL26.95º79.15%58.63%-
HSV(B)26.95º71.67%91.37%-
XYZ44.1136.779.93-
YUV159.9674.98180.1-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.95%
GREEN value IS 141 (55.47% from 255) = 32.05%
BLUE value IS 66 (26.17% from 255) = 15%
R=52.95%
G=32.05%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331416600.390.720.0926.9579.1558.63
HexE98D420274891b4f3b
Octal351215102047110113311773
Binary11101001100011011000010010011110010001001110111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98D42; }

 p { color: rgb(233,141,66); }

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

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

 a { background-color: rgb(233,141,66); }

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

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

 span { border-color: rgb(233,141,66); }

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