Html Css Color HEX #EDD111 Broom

📋 copy color: '#EDD111'

red 237 ◦ green 209 ◦ blue 17

#EDD111
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Broom #EDD111

Tints of Broom #EDD111

RGB

 RED value IS 237 (92.97% from 255) = 51.19%

 GREEN value IS 209 (82.03% from 255) = 45.14%

 BLUE value IS 17 (7.03% from 255) = 3.67%

R = 51.19%
G = 45.14%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDD111 (or 0xEDD111) is known color: Broom. HEX triplet: ED, D1 and 11. RGB value is (237,209,17). Sum of RGB (Red+Green+Blue) = 237+209+17=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 17 (7.03% from 255 or 3.67% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD111 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD111 is #122EEE. Grayscale: #C4C4C4. Windows color (decimal): -1191663 or 1167853. OLE color: 1167853.

HSL color Cylindrical-coordinate representation of color #EDD111: hue angle of 52.36º 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 #EDD111 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 209 17 -
CMYK 0 0.12 0.93 0.07
HSL 52.36º 0.87% 0.5% -
HSV(B) 52.36º 0.93% 0.93% -
XYZ 57.83 63.65 9.77 -
YUV 195.48 27.28 157.61 -
System Red Green Blue C M Y K H S L
Decimal 237 209 17 0 0.12 0.93 0.07 52.36 0.87 0.5
Hex ED D1 11 0 C 5D 7 34 57 32
Octal 355 321 21 0 14 135 7 64 127 62
Binary 11101101 11010001 10001 0 1100 1011101 111 110100 1010111 110010

Color Harmonies of #EDD111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD111

Black with #EDD111

Text Example


Text Example

White with #EDD111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD111; }

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

 H1.HeaderClassName
 {
   color: #EDD111;
 }
 .AnyTagClassName
 {
   color: #EDD111;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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