Html Css Color HEX #EDD124 Broom

📋 copy color: '#EDD124'

red 237 ◦ green 209 ◦ blue 36

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

Shades of Broom #EDD124

Tints of Broom #EDD124

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.36%

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

R = 49.17%
G = 43.36%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDD124 (or 0xEDD124) is known color: Broom. HEX triplet: ED, D1 and 24. RGB value is (237,209,36). Sum of RGB (Red+Green+Blue) = 237+209+36=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 36 (14.45% from 255 or 7.47% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD124 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD124 is #122EDB. Grayscale: #C6C6C6. Windows color (decimal): -1191644 or 2413037. OLE color: 2413037.

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

Color convert

RGB 237 209 36 -
CMYK 0 0.12 0.85 0.07
HSL 51.64º 0.85% 0.54% -
HSV(B) 51.64º 0.85% 0.93% -
XYZ 58.04 63.73 10.91 -
YUV 197.65 36.78 156.07 -
System Red Green Blue C M Y K H S L
Decimal 237 209 36 0 0.12 0.85 0.07 51.64 0.85 0.54
Hex ED D1 24 0 C 55 7 34 55 36
Octal 355 321 44 0 14 125 7 64 125 66
Binary 11101101 11010001 100100 0 1100 1010101 111 110100 1010101 110110

Color Harmonies of #EDD124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD124

Black with #EDD124

Text Example


Text Example

White with #EDD124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD124; }

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

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

background-color css

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

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

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

border-color css

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

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

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