#E98B30

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

Shades of California #E98B30

Tints of California #E98B30

Color information

#E98B30 (or 0xE98B30) is unknown color: approx California. HEX triplet: E9, 8B and 30. RGB value is (233,139,48). Sum of RGB (Red+Green+Blue) = 233+139+48=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E98B30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E98B30 is #1674CF. Grayscale: #9D9D9D. Windows color (decimal): -1471696 or 3181545. OLE color: 3181545.

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

Color convert

RGB23313948-
CMYK00.400.790.09
HSL29.51º80.79%55.1%-
HSV(B)29.51º79.4%91.37%-
XYZ43.37367.46-
YUV156.7366.64182.4-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.48%
GREEN value IS 139 (54.69% from 255) = 33.10%
BLUE value IS 48 (19.14% from 255) = 11.43%
R=55.48%
G=33.10%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331394800.400.790.0929.5180.7955.1
HexE98B300284F91e5137
Octal35121360050117113612167
Binary1110100110001011110000010100010011111001111101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98B30; }

 p { color: rgb(233,139,48); }

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

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

 a { background-color: rgb(233,139,48); }

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

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

 span { border-color: rgb(233,139,48); }

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