#EB893F

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

Shades of California #EB893F

Tints of California #EB893F

Color information

#EB893F (or 0xEB893F) is unknown color: approx California. HEX triplet: EB, 89 and 3F. RGB value is (235,137,63). Sum of RGB (Red+Green+Blue) = 235+137+63=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EB893F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB893F is #1476C0. Grayscale: #9E9E9E. Windows color (decimal): -1341121 or 4164075. OLE color: 4164075.

HSL color Cylindrical-coordinate representation of color #EB893F: hue angle of 25.81º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB893F is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB23513763-
CMYK00.420.730.08
HSL25.81º81.13%58.43%-
HSV(B)25.81º73.19%92.16%-
XYZ44.135.919.31-
YUV157.8774.47183.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.02%
GREEN value IS 137 (53.91% from 255) = 31.49%
BLUE value IS 63 (25% from 255) = 14.48%
R=54.02%
G=31.49%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351376300.420.730.0825.8181.1358.43
HexEB893F02A4981a513a
Octal35321177052111103212172
Binary1110101110001001111111010101010010011000110101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB893F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB893F; }

 p { color: rgb(235,137,63); }

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

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

 a { background-color: rgb(235,137,63); }

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

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

 span { border-color: rgb(235,137,63); }

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