Html Css Color HEX #EDD714 Broom

📋 copy color: '#EDD714'

red 237 ◦ green 215 ◦ blue 20

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

Shades of Broom #EDD714

Tints of Broom #EDD714

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.55%

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

R = 50.21%
G = 45.55%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDD714 (or 0xEDD714) is known color: Broom. HEX triplet: ED, D7 and 14. RGB value is (237,215,20). Sum of RGB (Red+Green+Blue) = 237+215+20=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 20 (8.20% from 255 or 4.24% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD714 is #1228EB. Grayscale: #C8C8C8. Windows color (decimal): -1190124 or 1365997. OLE color: 1365997.

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

Color convert

RGB 237 215 20 -
CMYK 0 0.09 0.92 0.07
HSL 53.92º 0.86% 0.5% -
HSV(B) 53.92º 0.92% 0.93% -
XYZ 59.35 66.66 10.4 -
YUV 199.35 26.79 154.86 -
System Red Green Blue C M Y K H S L
Decimal 237 215 20 0 0.09 0.92 0.07 53.92 0.86 0.5
Hex ED D7 14 0 9 5C 7 36 56 32
Octal 355 327 24 0 11 134 7 66 126 62
Binary 11101101 11010111 10100 0 1001 1011100 111 110110 1010110 110010

Color Harmonies of #EDD714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD714

Black with #EDD714

Text Example


Text Example

White with #EDD714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD714; }

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

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

background-color css

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

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

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

border-color css

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

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

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