Html Css Color HEX #EDD210 Broom

📋 copy color: '#EDD210'

red 237 ◦ green 210 ◦ blue 16

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

Shades of Broom #EDD210

Tints of Broom #EDD210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.46%

R = 51.19%
G = 45.36%
B = 3.46%

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

#EDD210 (or 0xEDD210) is known color: Broom. HEX triplet: ED, D2 and 10. RGB value is (237,210,16). Sum of RGB (Red+Green+Blue) = 237+210+16=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 16 (6.64% from 255 or 3.46% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD210 is #122DEF. Grayscale: #C4C4C4. Windows color (decimal): -1191408 or 1102573. OLE color: 1102573.

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

Color convert

RGB 237 210 16 -
CMYK 0 0.11 0.93 0.07
HSL 52.67º 0.87% 0.5% -
HSV(B) 52.67º 0.93% 0.93% -
XYZ 58.07 64.14 9.81 -
YUV 195.96 26.45 157.27 -
System Red Green Blue C M Y K H S L
Decimal 237 210 16 0 0.11 0.93 0.07 52.67 0.87 0.5
Hex ED D2 10 0 B 5D 7 35 57 32
Octal 355 322 20 0 13 135 7 65 127 62
Binary 11101101 11010010 10000 0 1011 1011101 111 110101 1010111 110010

Color Harmonies of #EDD210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD210

Black with #EDD210

Text Example


Text Example

White with #EDD210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD210; }

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

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

background-color css

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

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

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

border-color css

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

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

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