Html Css Color HEX #EDD110 Broom

📋 copy color: '#EDD110'

red 237 ◦ green 209 ◦ blue 16

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

Shades of Broom #EDD110

Tints of Broom #EDD110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.46%

R = 51.3%
G = 45.24%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDD110 (or 0xEDD110) is known color: Broom. HEX triplet: ED, D1 and 10. RGB value is (237,209,16). Sum of RGB (Red+Green+Blue) = 237+209+16=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 16 (6.64% from 255 or 3.46% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD110 is #122EEF. Grayscale: #C4C4C4. Windows color (decimal): -1191664 or 1102317. OLE color: 1102317.

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

Color convert

RGB 237 209 16 -
CMYK 0 0.12 0.93 0.07
HSL 52.4º 0.87% 0.5% -
HSV(B) 52.4º 0.93% 0.93% -
XYZ 57.82 63.64 9.73 -
YUV 195.37 26.78 157.69 -
System Red Green Blue C M Y K H S L
Decimal 237 209 16 0 0.12 0.93 0.07 52.4 0.87 0.5
Hex ED D1 10 0 C 5D 7 34 57 32
Octal 355 321 20 0 14 135 7 64 127 62
Binary 11101101 11010001 10000 0 1100 1011101 111 110100 1010111 110010

Color Harmonies of #EDD110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD110

Black with #EDD110

Text Example


Text Example

White with #EDD110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD110; }

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

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

background-color css

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

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

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

border-color css

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

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

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