Html Css Color HEX #EDDC19 Broom

📋 copy color: '#EDDC19'

red 237 ◦ green 220 ◦ blue 25

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

Shades of Broom #EDDC19

Tints of Broom #EDDC19

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.64%

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

R = 49.17%
G = 45.64%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDDC19 (or 0xEDDC19) is known color: Broom. HEX triplet: ED, DC and 19. RGB value is (237,220,25). Sum of RGB (Red+Green+Blue) = 237+220+25=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 25 (10.16% from 255 or 5.19% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDC19 is #1223E6. Grayscale: #CBCBCB. Windows color (decimal): -1188839 or 1694957. OLE color: 1694957.

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

Color convert

RGB 237 220 25 -
CMYK 0 0.07 0.89 0.07
HSL 55.19º 0.85% 0.51% -
HSV(B) 55.19º 0.89% 0.93% -
XYZ 60.69 69.26 11.09 -
YUV 202.85 27.63 152.36 -
System Red Green Blue C M Y K H S L
Decimal 237 220 25 0 0.07 0.89 0.07 55.19 0.85 0.51
Hex ED DC 19 0 7 59 7 37 55 33
Octal 355 334 31 0 7 131 7 67 125 63
Binary 11101101 11011100 11001 0 111 1011001 111 110111 1010101 110011

Color Harmonies of #EDDC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC19

Black with #EDDC19

Text Example


Text Example

White with #EDDC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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