#E98C38

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

Shades of California #E98C38

Tints of California #E98C38

Color information

#E98C38 (or 0xE98C38) is unknown color: approx California. HEX triplet: E9, 8C and 38. RGB value is (233,140,56). Sum of RGB (Red+Green+Blue) = 233+140+56=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 56 (22.27% from 255 or 13.05% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98C38 is #1673C7. Grayscale: #9E9E9E. Windows color (decimal): -1471432 or 3706089. OLE color: 3706089.

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

Color convert

RGB23314056-
CMYK00.400.760.09
HSL28.47º80.09%56.67%-
HSV(B)28.47º75.97%91.37%-
XYZ43.736.378.46-
YUV158.2370.31181.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.31%
GREEN value IS 140 (55.08% from 255) = 32.63%
BLUE value IS 56 (22.27% from 255) = 13.05%
R=54.31%
G=32.63%
B=13.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331405600.400.760.0928.4780.0956.67
HexE98C380284C91c5039
Octal35121470050114113412071
Binary1110100110001100111000010100010011001001111001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98C38; }

 p { color: rgb(233,140,56); }

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

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

 a { background-color: rgb(233,140,56); }

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

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

 span { border-color: rgb(233,140,56); }

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