#E98A3C

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

Shades of California #E98A3C

Tints of California #E98A3C

Color information

#E98A3C (or 0xE98A3C) is unknown color: approx California. HEX triplet: E9, 8A and 3C. RGB value is (233,138,60). Sum of RGB (Red+Green+Blue) = 233+138+60=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 60 (23.83% from 255 or 13.92% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E98A3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98A3C is #1675C3. Grayscale: #9D9D9D. Windows color (decimal): -1471940 or 3967721. OLE color: 3967721.

HSL color Cylindrical-coordinate representation of color #E98A3C: hue angle of 27.05º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E98A3C is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB23313860-
CMYK00.410.740.09
HSL27.05º79.72%57.45%-
HSV(B)27.05º74.25%91.37%-
XYZ43.5135.838.9-
YUV157.5172.97181.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.06%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 60 (23.83% from 255) = 13.92%
R=54.06%
G=32.02%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331386000.410.740.0927.0579.7257.45
HexE98A3C0294A91b5039
Octal35121274051112113312071
Binary1110100110001010111100010100110010101001110111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98A3C; }

 p { color: rgb(233,138,60); }

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

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

 a { background-color: rgb(233,138,60); }

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

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

 span { border-color: rgb(233,138,60); }

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