#EB8B2C

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

Shades of Sun #EB8B2C

Tints of Sun #EB8B2C

Color information

#EB8B2C (or 0xEB8B2C) is unknown color: approx Sun. HEX triplet: EB, 8B and 2C. RGB value is (235,139,44). Sum of RGB (Red+Green+Blue) = 235+139+44=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8B2C is #1474D3. Grayscale: #9D9D9D. Windows color (decimal): -1340628 or 2919403. OLE color: 2919403.

HSL color Cylindrical-coordinate representation of color #EB8B2C: hue angle of 29.84º 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 #EB8B2C is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB23513944-
CMYK00.410.810.08
HSL29.84º82.68%54.71%-
HSV(B)29.84º81.28%92.16%-
XYZ43.9536.317.07-
YUV156.8764.3183.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 56.22%
GREEN value IS 139 (54.69% from 255) = 33.25%
BLUE value IS 44 (17.58% from 255) = 10.53%
R=56.22%
G=33.25%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.81
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351394400.410.810.0829.8482.6854.71
HexEB8B2C0295181e5337
Octal35321354051121103612367
Binary1110101110001011101100010100110100011000111101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8B2C; }

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

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

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

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

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

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

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

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