Html Css Color HEX #EDD219 Broom

📋 copy color: '#EDD219'

red 237 ◦ green 210 ◦ blue 25

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

Shades of Broom #EDD219

Tints of Broom #EDD219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.3%

R = 50.21%
G = 44.49%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDD219 (or 0xEDD219) is known color: Broom. HEX triplet: ED, D2 and 19. RGB value is (237,210,25). Sum of RGB (Red+Green+Blue) = 237+210+25=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 25 (10.16% from 255 or 5.30% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD219 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD219 is #122DE6. Grayscale: #C5C5C5. Windows color (decimal): -1191399 or 1692397. OLE color: 1692397.

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

Color convert

RGB 237 210 25 -
CMYK 0 0.11 0.89 0.07
HSL 52.36º 0.85% 0.51% -
HSV(B) 52.36º 0.89% 0.93% -
XYZ 58.15 64.17 10.24 -
YUV 196.98 30.95 156.54 -
System Red Green Blue C M Y K H S L
Decimal 237 210 25 0 0.11 0.89 0.07 52.36 0.85 0.51
Hex ED D2 19 0 B 59 7 34 55 33
Octal 355 322 31 0 13 131 7 64 125 63
Binary 11101101 11010010 11001 0 1011 1011001 111 110100 1010101 110011

Color Harmonies of #EDD219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD219

Black with #EDD219

Text Example


Text Example

White with #EDD219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD219; }

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

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

background-color css

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

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

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

border-color css

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

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

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