#e88c3f

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

Shades of California #E88C3F

Tints of California #E88C3F

Color information

#E88C3F (or 0xE88C3F) is unknown color: approx California. HEX triplet: E8, 8C and 3F. RGB value is (232,140,63). Sum of RGB (Red+Green+Blue) = 232+140+63=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E88C3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E88C3F is #1773C0. Grayscale: #9F9F9F. Windows color (decimal): -1536961 or 4164840. OLE color: 4164840.

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

Color convert

RGB23214063-
CMYK00.400.730.09
HSL27.34º78.6%57.84%-
HSV(B)27.34º72.84%90.98%-
XYZ43.5536.279.41-
YUV158.7373.98180.26-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.33%
GREEN value IS 140 (55.08% from 255) = 32.18%
BLUE value IS 63 (25% from 255) = 14.48%
R=53.33%
G=32.18%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321406300.400.730.0927.3478.657.84
HexE88C3F0284991b4f3a
Octal35021477050111113311772
Binary1110100010001100111111010100010010011001110111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e88c3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e88c3f; }

 p { color: rgb(232,140,63); }

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

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

 a { background-color: rgb(232,140,63); }

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

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

 span { border-color: rgb(232,140,63); }

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