#EEB328

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

Shades of Bright Sun #EEB328

Tints of Bright Sun #EEB328

Color information

#EEB328 (or 0xEEB328) is unknown color: approx Bright Sun. HEX triplet: EE, B3 and 28. RGB value is (238,179,40). Sum of RGB (Red+Green+Blue) = 238+179+40=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB328 is #114CD7. Grayscale: #B5B5B5. Windows color (decimal): -1133784 or 2667502. OLE color: 2667502.

HSL color Cylindrical-coordinate representation of color #EEB328: hue angle of 42.12º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EEB328 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB23817940-
CMYK00.250.830.07
HSL42.12º85.34%54.51%-
HSV(B)42.12º83.19%93.33%-
XYZ51.7650.579.04-
YUV180.848.55168.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.08%
GREEN value IS 179 (70.31% from 255) = 39.17%
BLUE value IS 40 (16.02% from 255) = 8.75%
R=52.08%
G=39.17%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381794000.250.830.0742.1285.3454.51
HexEEB3280195372a5537
Octal3562635003112375212567
Binary111011101011001110100001100110100111111010101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB328; }

 p { color: rgb(238,179,40); }

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

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

 a { background-color: rgb(238,179,40); }

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

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

 span { border-color: rgb(238,179,40); }

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