#EB883E

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

Shades of California #EB883E

Tints of California #EB883E

Color information

#EB883E (or 0xEB883E) is unknown color: approx California. HEX triplet: EB, 88 and 3E. RGB value is (235,136,62). Sum of RGB (Red+Green+Blue) = 235+136+62=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EB883E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB883E is #1477C1. Grayscale: #9D9D9D. Windows color (decimal): -1341378 or 4098283. OLE color: 4098283.

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

Color convert

RGB23513662-
CMYK00.420.740.08
HSL25.66º81.22%58.24%-
HSV(B)25.66º73.62%92.16%-
XYZ43.9335.629.12-
YUV157.1674.3183.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.27%
GREEN value IS 136 (53.52% from 255) = 31.41%
BLUE value IS 62 (24.61% from 255) = 14.32%
R=54.27%
G=31.41%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351366200.420.740.0825.6681.2258.24
HexEB883E02A4A81a513a
Octal35321076052112103212172
Binary1110101110001000111110010101010010101000110101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB883E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB883E; }

 p { color: rgb(235,136,62); }

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

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

 a { background-color: rgb(235,136,62); }

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

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

 span { border-color: rgb(235,136,62); }

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