Html Css Color HEX #EDD211 Broom

📋 copy color: '#EDD211'

red 237 ◦ green 210 ◦ blue 17

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

Shades of Broom #EDD211

Tints of Broom #EDD211

RGB

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

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

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

R = 51.08%
G = 45.26%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDD211 (or 0xEDD211) is known color: Broom. HEX triplet: ED, D2 and 11. RGB value is (237,210,17). Sum of RGB (Red+Green+Blue) = 237+210+17=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 17 (7.03% from 255 or 3.66% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD211 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD211 is #122DEE. Grayscale: #C4C4C4. Windows color (decimal): -1191407 or 1168109. OLE color: 1168109.

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

Color convert

RGB 237 210 17 -
CMYK 0 0.11 0.93 0.07
HSL 52.64º 0.87% 0.5% -
HSV(B) 52.64º 0.93% 0.93% -
XYZ 58.07 64.14 9.85 -
YUV 196.07 26.95 157.19 -
System Red Green Blue C M Y K H S L
Decimal 237 210 17 0 0.11 0.93 0.07 52.64 0.87 0.5
Hex ED D2 11 0 B 5D 7 35 57 32
Octal 355 322 21 0 13 135 7 65 127 62
Binary 11101101 11010010 10001 0 1011 1011101 111 110101 1010111 110010

Color Harmonies of #EDD211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD211

Black with #EDD211

Text Example


Text Example

White with #EDD211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD211; }

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

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

background-color css

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

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

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

border-color css

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

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

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