#EDD40F

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

Shades of Broom #EDD40F

Tints of Broom #EDD40F

Color information

#EDD40F (or 0xEDD40F) is unknown color: approx Broom. HEX triplet: ED, D4 and 0F. RGB value is (237,212,15). Sum of RGB (Red+Green+Blue) = 237+212+15=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 15 (6.25% from 255 or 3.23% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD40F is #122BF0. Grayscale: #C5C5C5. Windows color (decimal): -1190897 or 1037549. OLE color: 1037549.

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

Color convert

RGB23721215-
CMYK00.110.940.07
HSL53.24º88.1%49.41%-
HSV(B)53.24º93.67%92.94%-
XYZ58.5565.139.94-
YUV197.0225.28156.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.08%
GREEN value IS 212 (83.20% from 255) = 45.69%
BLUE value IS 15 (6.25% from 255) = 3.23%
R=51.08%
G=45.69%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372121500.110.940.0753.2488.149.41
HexEDD4F0B5E7355831
Octal3553241701313676513061
Binary111011011101010011110101110111101111101011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD40F; }

 p { color: rgb(237,212,15); }

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

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

 a { background-color: rgb(237,212,15); }

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

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

 span { border-color: rgb(237,212,15); }

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