Html Css Color HEX #EDD024 Broom

📋 copy color: '#EDD024'

red 237 ◦ green 208 ◦ blue 36

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

Shades of Broom #EDD024

Tints of Broom #EDD024

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.24%

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

R = 49.27%
G = 43.24%
B = 7.48%

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

#EDD024 (or 0xEDD024) is known color: Broom. HEX triplet: ED, D0 and 24. RGB value is (237,208,36). Sum of RGB (Red+Green+Blue) = 237+208+36=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 36 (14.45% from 255 or 7.48% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD024 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD024 is #122FDB. Grayscale: #C5C5C5. Windows color (decimal): -1191900 or 2412781. OLE color: 2412781.

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

Color convert

RGB 237 208 36 -
CMYK 0 0.12 0.85 0.07
HSL 51.34º 0.85% 0.54% -
HSV(B) 51.34º 0.85% 0.93% -
XYZ 57.8 63.24 10.83 -
YUV 197.06 37.11 156.49 -
System Red Green Blue C M Y K H S L
Decimal 237 208 36 0 0.12 0.85 0.07 51.34 0.85 0.54
Hex ED D0 24 0 C 55 7 33 55 36
Octal 355 320 44 0 14 125 7 63 125 66
Binary 11101101 11010000 100100 0 1100 1010101 111 110011 1010101 110110

Color Harmonies of #EDD024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD024

Black with #EDD024

Text Example


Text Example

White with #EDD024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD024; }

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

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

background-color css

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

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

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

border-color css

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

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

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