Html Css Color HEX #EDD619 Broom

📋 copy color: '#EDD619'

red 237 ◦ green 214 ◦ blue 25

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

Shades of Broom #EDD619

Tints of Broom #EDD619

RGB

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

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

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

R = 49.79%
G = 44.96%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDD619 (or 0xEDD619) is known color: Broom. HEX triplet: ED, D6 and 19. RGB value is (237,214,25). Sum of RGB (Red+Green+Blue) = 237+214+25=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 25 (10.16% from 255 or 5.25% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD619 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD619 is #1229E6. Grayscale: #C8C8C8. Windows color (decimal): -1190375 or 1693421. OLE color: 1693421.

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

Color convert

RGB 237 214 25 -
CMYK 0 0.10 0.89 0.07
HSL 53.49º 0.85% 0.51% -
HSV(B) 53.49º 0.89% 0.93% -
XYZ 59.15 66.17 10.57 -
YUV 199.33 29.62 154.87 -
System Red Green Blue C M Y K H S L
Decimal 237 214 25 0 0.10 0.89 0.07 53.49 0.85 0.51
Hex ED D6 19 0 A 59 7 35 55 33
Octal 355 326 31 0 12 131 7 65 125 63
Binary 11101101 11010110 11001 0 1010 1011001 111 110101 1010101 110011

Color Harmonies of #EDD619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD619

Black with #EDD619

Text Example


Text Example

White with #EDD619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD619; }

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

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

background-color css

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

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

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

border-color css

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

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

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