#EDCF11

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

Shades of Broom #EDCF11

Tints of Broom #EDCF11

Color information

#EDCF11 (or 0xEDCF11) is unknown color: approx Broom. HEX triplet: ED, CF and 11. RGB value is (237,207,17). Sum of RGB (Red+Green+Blue) = 237+207+17=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 17 (7.03% from 255 or 3.69% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCF11 is #1230EE. Grayscale: #C3C3C3. Windows color (decimal): -1192175 or 1167341. OLE color: 1167341.

HSL color Cylindrical-coordinate representation of color #EDCF11: hue angle of 51.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDCF11 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB23720717-
CMYK00.130.930.07
HSL51.82º86.61%49.8%-
HSV(B)51.82º92.83%92.94%-
XYZ57.3462.679.6-
YUV194.3127.94158.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.41%
GREEN value IS 207 (81.25% from 255) = 44.90%
BLUE value IS 17 (7.03% from 255) = 3.69%
R=51.41%
G=44.90%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372071700.130.930.0751.8286.6149.8
HexEDCF110D5D7345732
Octal3553172101513576412762
Binary1110110111001111100010110110111011111101001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCF11; }

 p { color: rgb(237,207,17); }

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

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

 a { background-color: rgb(237,207,17); }

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

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

 span { border-color: rgb(237,207,17); }

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