Html Css Color HEX #EDC724 Broom

📋 copy color: '#EDC724'

red 237 ◦ green 199 ◦ blue 36

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

Shades of Broom #EDC724

Tints of Broom #EDC724

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.16%

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

R = 50.21%
G = 42.16%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDC724 (or 0xEDC724) is known color: Broom. HEX triplet: ED, C7 and 24. RGB value is (237,199,36). Sum of RGB (Red+Green+Blue) = 237+199+36=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 36 (14.45% from 255 or 7.63% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC724 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC724 is #1238DB. Grayscale: #C0C0C0. Windows color (decimal): -1194204 or 2410477. OLE color: 2410477.

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

Color convert

RGB 237 199 36 -
CMYK 0 0.16 0.85 0.07
HSL 48.66º 0.85% 0.54% -
HSV(B) 48.66º 0.85% 0.93% -
XYZ 55.67 58.98 10.12 -
YUV 191.78 40.09 160.25 -
System Red Green Blue C M Y K H S L
Decimal 237 199 36 0 0.16 0.85 0.07 48.66 0.85 0.54
Hex ED C7 24 0 10 55 7 31 55 36
Octal 355 307 44 0 20 125 7 61 125 66
Binary 11101101 11000111 100100 0 10000 1010101 111 110001 1010101 110110

Color Harmonies of #EDC724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC724

Black with #EDC724

Text Example


Text Example

White with #EDC724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC724; }

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

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

background-color css

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

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

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

border-color css

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

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

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