#E98E42

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

Shades of California #E98E42

Tints of California #E98E42

Color information

#E98E42 (or 0xE98E42) is unknown color: approx California. HEX triplet: E9, 8E and 42. RGB value is (233,142,66). Sum of RGB (Red+Green+Blue) = 233+142+66=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 66 (26.17% from 255 or 14.97% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E98E42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98E42 is #1671BD. Grayscale: #A0A0A0. Windows color (decimal): -1470910 or 4361961. OLE color: 4361961.

HSL color Cylindrical-coordinate representation of color #E98E42: hue angle of 27.31º 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 #E98E42 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB23314266-
CMYK00.390.720.09
HSL27.31º79.15%58.63%-
HSV(B)27.31º71.67%91.37%-
XYZ44.2637.069.98-
YUV160.5574.65179.68-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.83%
GREEN value IS 142 (55.86% from 255) = 32.20%
BLUE value IS 66 (26.17% from 255) = 14.97%
R=52.83%
G=32.20%
B=14.97%

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
Decimal2331426600.390.720.0927.3179.1558.63
HexE98E420274891b4f3b
Octal351216102047110113311773
Binary11101001100011101000010010011110010001001110111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98E42; }

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

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

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

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

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

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

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

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