Html Css Color HEX #EDD213 Broom

📋 copy color: '#EDD213'

red 237 ◦ green 210 ◦ blue 19

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

Shades of Broom #EDD213

Tints of Broom #EDD213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.08%

R = 50.86%
G = 45.06%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDD213 (or 0xEDD213) is known color: Broom. HEX triplet: ED, D2 and 13. RGB value is (237,210,19). Sum of RGB (Red+Green+Blue) = 237+210+19=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 19 (7.81% from 255 or 4.08% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD213 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD213 is #122DEC. Grayscale: #C5C5C5. Windows color (decimal): -1191405 or 1299181. OLE color: 1299181.

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

Color convert

RGB 237 210 19 -
CMYK 0 0.11 0.92 0.07
HSL 52.57º 0.86% 0.5% -
HSV(B) 52.57º 0.92% 0.93% -
XYZ 58.09 64.14 9.94 -
YUV 196.3 27.95 157.03 -
System Red Green Blue C M Y K H S L
Decimal 237 210 19 0 0.11 0.92 0.07 52.57 0.86 0.5
Hex ED D2 13 0 B 5C 7 35 56 32
Octal 355 322 23 0 13 134 7 65 126 62
Binary 11101101 11010010 10011 0 1011 1011100 111 110101 1010110 110010

Color Harmonies of #EDD213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD213

Black with #EDD213

Text Example


Text Example

White with #EDD213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD213; }

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

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

background-color css

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

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

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

border-color css

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

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

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