Html Css Color HEX #EDD119 Broom

📋 copy color: '#EDD119'

red 237 ◦ green 209 ◦ blue 25

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

Shades of Broom #EDD119

Tints of Broom #EDD119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.31%

R = 50.32%
G = 44.37%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDD119 (or 0xEDD119) is known color: Broom. HEX triplet: ED, D1 and 19. RGB value is (237,209,25). Sum of RGB (Red+Green+Blue) = 237+209+25=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 25 (10.16% from 255 or 5.31% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD119 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD119 is #122EE6. Grayscale: #C5C5C5. Windows color (decimal): -1191655 or 1692141. OLE color: 1692141.

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

Color convert

RGB 237 209 25 -
CMYK 0 0.12 0.89 0.07
HSL 52.08º 0.85% 0.51% -
HSV(B) 52.08º 0.89% 0.93% -
XYZ 57.9 63.68 10.16 -
YUV 196.4 31.28 156.96 -
System Red Green Blue C M Y K H S L
Decimal 237 209 25 0 0.12 0.89 0.07 52.08 0.85 0.51
Hex ED D1 19 0 C 59 7 34 55 33
Octal 355 321 31 0 14 131 7 64 125 63
Binary 11101101 11010001 11001 0 1100 1011001 111 110100 1010101 110011

Color Harmonies of #EDD119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD119

Black with #EDD119

Text Example


Text Example

White with #EDD119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD119; }

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

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

background-color css

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

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

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

border-color css

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

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

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