Html Css Color HEX #EDD019 Broom

📋 copy color: '#EDD019'

red 237 ◦ green 208 ◦ blue 25

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

Shades of Broom #EDD019

Tints of Broom #EDD019

RGB

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

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

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

R = 50.43%
G = 44.26%
B = 5.32%

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

#EDD019 (or 0xEDD019) is known color: Broom. HEX triplet: ED, D0 and 19. RGB value is (237,208,25). Sum of RGB (Red+Green+Blue) = 237+208+25=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 25 (10.16% from 255 or 5.32% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD019 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD019 is #122FE6. Grayscale: #C4C4C4. Windows color (decimal): -1191911 or 1691885. OLE color: 1691885.

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

Color convert

RGB 237 208 25 -
CMYK 0 0.12 0.89 0.07
HSL 51.79º 0.85% 0.51% -
HSV(B) 51.79º 0.89% 0.93% -
XYZ 57.66 63.19 10.08 -
YUV 195.81 31.61 157.38 -
System Red Green Blue C M Y K H S L
Decimal 237 208 25 0 0.12 0.89 0.07 51.79 0.85 0.51
Hex ED D0 19 0 C 59 7 34 55 33
Octal 355 320 31 0 14 131 7 64 125 63
Binary 11101101 11010000 11001 0 1100 1011001 111 110100 1010101 110011

Color Harmonies of #EDD019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD019

Black with #EDD019

Text Example


Text Example

White with #EDD019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD019; }

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

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

background-color css

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

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

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

border-color css

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

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

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