#EB872C

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

Shades of Sun #EB872C

Tints of Sun #EB872C

Color information

#EB872C (or 0xEB872C) is unknown color: approx Sun. HEX triplet: EB, 87 and 2C. RGB value is (235,135,44). Sum of RGB (Red+Green+Blue) = 235+135+44=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 44 (17.58% from 255 or 10.63% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EB872C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB872C is #1478D3. Grayscale: #9A9A9A. Windows color (decimal): -1341652 or 2918379. OLE color: 2918379.

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

Color convert

RGB23513544-
CMYK00.430.810.08
HSL28.59º82.68%54.71%-
HSV(B)28.59º81.28%92.16%-
XYZ43.3835.176.89-
YUV154.5365.63185.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.76%
GREEN value IS 135 (53.12% from 255) = 32.61%
BLUE value IS 44 (17.58% from 255) = 10.63%
R=56.76%
G=32.61%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.81
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351354400.430.810.0828.5982.6854.71
HexEB872C02B5181d5337
Octal35320754053121103512367
Binary1110101110000111101100010101110100011000111011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB872C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB872C; }

 p { color: rgb(235,135,44); }

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

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

 a { background-color: rgb(235,135,44); }

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

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

 span { border-color: rgb(235,135,44); }

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