Html Css Color HEX #EDD216 Broom

📋 copy color: '#EDD216'

red 237 ◦ green 210 ◦ blue 22

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

Shades of Broom #EDD216

Tints of Broom #EDD216

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.78%

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

R = 50.53%
G = 44.78%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDD216 (or 0xEDD216) is known color: Broom. HEX triplet: ED, D2 and 16. RGB value is (237,210,22). Sum of RGB (Red+Green+Blue) = 237+210+22=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 22 (8.98% from 255 or 4.69% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD216 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD216 is #122DE9. Grayscale: #C5C5C5. Windows color (decimal): -1191402 or 1495789. OLE color: 1495789.

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

Color convert

RGB 237 210 22 -
CMYK 0 0.11 0.91 0.07
HSL 52.47º 0.86% 0.51% -
HSV(B) 52.47º 0.91% 0.93% -
XYZ 58.12 64.16 10.08 -
YUV 196.64 29.45 156.79 -
System Red Green Blue C M Y K H S L
Decimal 237 210 22 0 0.11 0.91 0.07 52.47 0.86 0.51
Hex ED D2 16 0 B 5B 7 34 56 33
Octal 355 322 26 0 13 133 7 64 126 63
Binary 11101101 11010010 10110 0 1011 1011011 111 110100 1010110 110011

Color Harmonies of #EDD216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD216

Black with #EDD216

Text Example


Text Example

White with #EDD216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD216; }

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

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

background-color css

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

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

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

border-color css

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

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

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