Html Css Color HEX #EDD821 Broom

📋 copy color: '#EDD821'

red 237 ◦ green 216 ◦ blue 33

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

Shades of Broom #EDD821

Tints of Broom #EDD821

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.44%

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

R = 48.77%
G = 44.44%
B = 6.79%

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

#EDD821 (or 0xEDD821) is known color: Broom. HEX triplet: ED, D8 and 21. RGB value is (237,216,33). Sum of RGB (Red+Green+Blue) = 237+216+33=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 33 (13.28% from 255 or 6.79% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD821 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD821 is #1227DE. Grayscale: #CACACA. Windows color (decimal): -1189855 or 2218221. OLE color: 2218221.

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

Color convert

RGB 237 216 33 -
CMYK 0 0.09 0.86 0.07
HSL 53.82º 0.85% 0.53% -
HSV(B) 53.82º 0.86% 0.93% -
XYZ 59.76 67.23 11.27 -
YUV 201.42 32.96 153.38 -
System Red Green Blue C M Y K H S L
Decimal 237 216 33 0 0.09 0.86 0.07 53.82 0.85 0.53
Hex ED D8 21 0 9 56 7 36 55 35
Octal 355 330 41 0 11 126 7 66 125 65
Binary 11101101 11011000 100001 0 1001 1010110 111 110110 1010101 110101

Color Harmonies of #EDD821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD821

Black with #EDD821

Text Example


Text Example

White with #EDD821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD821; }

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

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

background-color css

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

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

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

border-color css

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

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

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