Html Css Color HEX #EDD721 Broom

📋 copy color: '#EDD721'

red 237 ◦ green 215 ◦ blue 33

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

Shades of Broom #EDD721

Tints of Broom #EDD721

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.33%

 BLUE value IS 33 (13.28% from 255) = 6.8%

R = 48.87%
G = 44.33%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDD721 (or 0xEDD721) is known color: Broom. HEX triplet: ED, D7 and 21. RGB value is (237,215,33). Sum of RGB (Red+Green+Blue) = 237+215+33=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 33 (13.28% from 255 or 6.80% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD721 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD721 is #1228DE. Grayscale: #C9C9C9. Windows color (decimal): -1190111 or 2217965. OLE color: 2217965.

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

Color convert

RGB 237 215 33 -
CMYK 0 0.09 0.86 0.07
HSL 53.53º 0.85% 0.53% -
HSV(B) 53.53º 0.86% 0.93% -
XYZ 59.5 66.72 11.18 -
YUV 200.83 33.29 153.8 -
System Red Green Blue C M Y K H S L
Decimal 237 215 33 0 0.09 0.86 0.07 53.53 0.85 0.53
Hex ED D7 21 0 9 56 7 36 55 35
Octal 355 327 41 0 11 126 7 66 125 65
Binary 11101101 11010111 100001 0 1001 1010110 111 110110 1010101 110101

Color Harmonies of #EDD721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD721

Black with #EDD721

Text Example


Text Example

White with #EDD721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD721; }

 p { color: rgb(237,215,33); }

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

background-color css

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

 a { background-color: rgb(237,215,33); }

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

border-color css

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

 span { border-color: rgb(237,215,33); }

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