#EDD81C

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

Shades of Broom #EDD81C

Tints of Broom #EDD81C

Color information

#EDD81C (or 0xEDD81C) is unknown color: approx Broom. HEX triplet: ED, D8 and 1C. RGB value is (237,216,28). Sum of RGB (Red+Green+Blue) = 237+216+28=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 28 (11.33% from 255 or 5.82% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD81C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD81C is #1227E3. Grayscale: #C9C9C9. Windows color (decimal): -1189860 or 1890541. OLE color: 1890541.

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

Color convert

RGB23721628-
CMYK00.090.880.07
HSL53.97º85.31%51.96%-
HSV(B)53.97º88.19%92.94%-
XYZ59.6967.210.92-
YUV200.8530.46153.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.27%
GREEN value IS 216 (84.77% from 255) = 44.91%
BLUE value IS 28 (11.33% from 255) = 5.82%
R=49.27%
G=44.91%
B=5.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372162800.090.880.0753.9785.3151.96
HexEDD81C09587365534
Octal3553303401113076612564
Binary1110110111011000111000100110110001111101101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD81C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD81C; }

 p { color: rgb(237,216,28); }

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

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

 a { background-color: rgb(237,216,28); }

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

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

 span { border-color: rgb(237,216,28); }

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