Html Css Color HEX #EDD522 Broom

📋 copy color: '#EDD522'

red 237 ◦ green 213 ◦ blue 34

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

Shades of Broom #EDD522

Tints of Broom #EDD522

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.01%

 BLUE value IS 34 (13.67% from 255) = 7.02%

R = 48.97%
G = 44.01%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDD522 (or 0xEDD522) is known color: Broom. HEX triplet: ED, D5 and 22. RGB value is (237,213,34). Sum of RGB (Red+Green+Blue) = 237+213+34=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 34 (13.67% from 255 or 7.02% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD522 is #122ADD. Grayscale: #C8C8C8. Windows color (decimal): -1190622 or 2282989. OLE color: 2282989.

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

Color convert

RGB 237 213 34 -
CMYK 0 0.10 0.86 0.07
HSL 52.91º 0.85% 0.53% -
HSV(B) 52.91º 0.86% 0.93% -
XYZ 59.01 65.71 11.09 -
YUV 199.77 34.45 154.55 -
System Red Green Blue C M Y K H S L
Decimal 237 213 34 0 0.10 0.86 0.07 52.91 0.85 0.53
Hex ED D5 22 0 A 56 7 35 55 35
Octal 355 325 42 0 12 126 7 65 125 65
Binary 11101101 11010101 100010 0 1010 1010110 111 110101 1010101 110101

Color Harmonies of #EDD522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD522

Black with #EDD522

Text Example


Text Example

White with #EDD522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD522; }

 p { color: rgb(237,213,34); }

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

background-color css

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

 a { background-color: rgb(237,213,34); }

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

border-color css

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

 span { border-color: rgb(237,213,34); }

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