#EB8D2F

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

Shades of Sun #EB8D2F

Tints of Sun #EB8D2F

Color information

#EB8D2F (or 0xEB8D2F) is unknown color: approx Sun. HEX triplet: EB, 8D and 2F. RGB value is (235,141,47). Sum of RGB (Red+Green+Blue) = 235+141+47=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8D2F is #1472D0. Grayscale: #9E9E9E. Windows color (decimal): -1340113 or 3116523. OLE color: 3116523.

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

Color convert

RGB23514147-
CMYK00.40.80.08
HSL30º82.46%55.29%-
HSV(B)30º80%92.16%-
XYZ44.336.927.48-
YUV158.3965.14182.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.56%
GREEN value IS 141 (55.47% from 255) = 33.33%
BLUE value IS 47 (18.75% from 255) = 11.11%
R=55.56%
G=33.33%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.8
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351414700.40.80.083082.4655.29
HexEB8D2F0285081e5237
Octal35321557050120103612267
Binary1110101110001101101111010100010100001000111101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8D2F; }

 p { color: rgb(235,141,47); }

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

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

 a { background-color: rgb(235,141,47); }

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

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

 span { border-color: rgb(235,141,47); }

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