Html Css Color HEX #EDD524 Broom

📋 copy color: '#EDD524'

red 237 ◦ green 213 ◦ blue 36

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

Shades of Broom #EDD524

Tints of Broom #EDD524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.41%

R = 48.77%
G = 43.83%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDD524 (or 0xEDD524) is known color: Broom. HEX triplet: ED, D5 and 24. RGB value is (237,213,36). Sum of RGB (Red+Green+Blue) = 237+213+36=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 36 (14.45% from 255 or 7.41% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD524 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD524 is #122ADB. Grayscale: #C8C8C8. Windows color (decimal): -1190620 or 2414061. OLE color: 2414061.

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

Color convert

RGB 237 213 36 -
CMYK 0 0.10 0.85 0.07
HSL 52.84º 0.85% 0.54% -
HSV(B) 52.84º 0.85% 0.93% -
XYZ 59.04 65.72 11.24 -
YUV 200 35.45 154.39 -
System Red Green Blue C M Y K H S L
Decimal 237 213 36 0 0.10 0.85 0.07 52.84 0.85 0.54
Hex ED D5 24 0 A 55 7 35 55 36
Octal 355 325 44 0 12 125 7 65 125 66
Binary 11101101 11010101 100100 0 1010 1010101 111 110101 1010101 110110

Color Harmonies of #EDD524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD524

Black with #EDD524

Text Example


Text Example

White with #EDD524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD524; }

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

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

background-color css

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

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

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

border-color css

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

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

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