#EB8638

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

Shades of California #EB8638

Tints of California #EB8638

Color information

#EB8638 (or 0xEB8638) is unknown color: approx California. HEX triplet: EB, 86 and 38. RGB value is (235,134,56). Sum of RGB (Red+Green+Blue) = 235+134+56=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 56 (22.27% from 255 or 13.18% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8638 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8638 is #1479C7. Grayscale: #9B9B9B. Windows color (decimal): -1341896 or 3704555. OLE color: 3704555.

HSL color Cylindrical-coordinate representation of color #EB8638: hue angle of 26.15º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EB8638 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB23513456-
CMYK00.430.760.08
HSL26.15º81.74%57.06%-
HSV(B)26.15º76.17%92.16%-
XYZ43.5358.2-
YUV155.3171.96184.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.29%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 56 (22.27% from 255) = 13.18%
R=55.29%
G=31.53%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351345600.430.760.0826.1581.7457.06
HexEB863802B4C81a5239
Octal35320670053114103212271
Binary1110101110000110111000010101110011001000110101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8638; }

 p { color: rgb(235,134,56); }

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

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

 a { background-color: rgb(235,134,56); }

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

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

 span { border-color: rgb(235,134,56); }

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