Html Css Color HEX #EDD114 Broom

📋 copy color: '#EDD114'

red 237 ◦ green 209 ◦ blue 20

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

Shades of Broom #EDD114

Tints of Broom #EDD114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.29%

R = 50.86%
G = 44.85%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDD114 (or 0xEDD114) is known color: Broom. HEX triplet: ED, D1 and 14. RGB value is (237,209,20). Sum of RGB (Red+Green+Blue) = 237+209+20=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 20 (8.20% from 255 or 4.29% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD114 is #122EEB. Grayscale: #C4C4C4. Windows color (decimal): -1191660 or 1364461. OLE color: 1364461.

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

Color convert

RGB 237 209 20 -
CMYK 0 0.12 0.92 0.07
HSL 52.26º 0.86% 0.5% -
HSV(B) 52.26º 0.92% 0.93% -
XYZ 57.85 63.66 9.9 -
YUV 195.83 28.78 157.37 -
System Red Green Blue C M Y K H S L
Decimal 237 209 20 0 0.12 0.92 0.07 52.26 0.86 0.5
Hex ED D1 14 0 C 5C 7 34 56 32
Octal 355 321 24 0 14 134 7 64 126 62
Binary 11101101 11010001 10100 0 1100 1011100 111 110100 1010110 110010

Color Harmonies of #EDD114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD114

Black with #EDD114

Text Example


Text Example

White with #EDD114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD114; }

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

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

background-color css

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

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

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

border-color css

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

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

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