Html Css Color HEX #EDD419 Broom

📋 copy color: '#EDD419'

red 237 ◦ green 212 ◦ blue 25

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

Shades of Broom #EDD419

Tints of Broom #EDD419

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.73%

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

R = 50%
G = 44.73%
B = 5.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDD419 (or 0xEDD419) is known color: Broom. HEX triplet: ED, D4 and 19. RGB value is (237,212,25). Sum of RGB (Red+Green+Blue) = 237+212+25=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 25 (10.16% from 255 or 5.27% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD419 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD419 is #122BE6. Grayscale: #C6C6C6. Windows color (decimal): -1190887 or 1692909. OLE color: 1692909.

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

Color convert

RGB 237 212 25 -
CMYK 0 0.11 0.89 0.07
HSL 52.92º 0.85% 0.51% -
HSV(B) 52.92º 0.89% 0.93% -
XYZ 58.64 65.16 10.41 -
YUV 198.16 30.28 155.71 -
System Red Green Blue C M Y K H S L
Decimal 237 212 25 0 0.11 0.89 0.07 52.92 0.85 0.51
Hex ED D4 19 0 B 59 7 35 55 33
Octal 355 324 31 0 13 131 7 65 125 63
Binary 11101101 11010100 11001 0 1011 1011001 111 110101 1010101 110011

Color Harmonies of #EDD419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD419

Black with #EDD419

Text Example


Text Example

White with #EDD419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD419; }

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

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

background-color css

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

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

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

border-color css

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

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

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