Html Css Color HEX #EDD116 Broom

📋 copy color: '#EDD116'

red 237 ◦ green 209 ◦ blue 22

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

Shades of Broom #EDD116

Tints of Broom #EDD116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.7%

R = 50.64%
G = 44.66%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDD116 (or 0xEDD116) is known color: Broom. HEX triplet: ED, D1 and 16. RGB value is (237,209,22). Sum of RGB (Red+Green+Blue) = 237+209+22=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 209 (82.03% from 255 or 44.66% from 468); Blue value is 22 (8.98% from 255 or 4.70% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD116 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD116 is #122EE9. Grayscale: #C4C4C4. Windows color (decimal): -1191658 or 1495533. OLE color: 1495533.

HSL color Cylindrical-coordinate representation of color #EDD116: hue angle of 52.19º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDD116 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 209 22 -
CMYK 0 0.12 0.91 0.07
HSL 52.19º 0.86% 0.51% -
HSV(B) 52.19º 0.91% 0.93% -
XYZ 57.87 63.66 10 -
YUV 196.05 29.78 157.21 -
System Red Green Blue C M Y K H S L
Decimal 237 209 22 0 0.12 0.91 0.07 52.19 0.86 0.51
Hex ED D1 16 0 C 5B 7 34 56 33
Octal 355 321 26 0 14 133 7 64 126 63
Binary 11101101 11010001 10110 0 1100 1011011 111 110100 1010110 110011

Color Harmonies of #EDD116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD116

Black with #EDD116

Text Example


Text Example

White with #EDD116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD116; }

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

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

background-color css

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

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

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

border-color css

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

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

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