Html Css Color HEX #EDD624 Broom

📋 copy color: '#EDD624'

red 237 ◦ green 214 ◦ blue 36

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

Shades of Broom #EDD624

Tints of Broom #EDD624

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.94%

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

R = 48.67%
G = 43.94%
B = 7.39%

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

#EDD624 (or 0xEDD624) is known color: Broom. HEX triplet: ED, D6 and 24. RGB value is (237,214,36). Sum of RGB (Red+Green+Blue) = 237+214+36=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 36 (14.45% from 255 or 7.39% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD624 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD624 is #1229DB. Grayscale: #C9C9C9. Windows color (decimal): -1190364 or 2414317. OLE color: 2414317.

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

Color convert

RGB 237 214 36 -
CMYK 0 0.10 0.85 0.07
HSL 53.13º 0.85% 0.54% -
HSV(B) 53.13º 0.85% 0.93% -
XYZ 59.29 66.23 11.33 -
YUV 200.59 35.12 153.97 -
System Red Green Blue C M Y K H S L
Decimal 237 214 36 0 0.10 0.85 0.07 53.13 0.85 0.54
Hex ED D6 24 0 A 55 7 35 55 36
Octal 355 326 44 0 12 125 7 65 125 66
Binary 11101101 11010110 100100 0 1010 1010101 111 110101 1010101 110110

Color Harmonies of #EDD624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD624

Black with #EDD624

Text Example


Text Example

White with #EDD624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD624; }

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

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

background-color css

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

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

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

border-color css

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

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

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