Html Css Color HEX #EDD716 Broom

📋 copy color: '#EDD716'

red 237 ◦ green 215 ◦ blue 22

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

Shades of Broom #EDD716

Tints of Broom #EDD716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.64%

R = 50%
G = 45.36%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDD716 (or 0xEDD716) is known color: Broom. HEX triplet: ED, D7 and 16. RGB value is (237,215,22). Sum of RGB (Red+Green+Blue) = 237+215+22=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 22 (8.98% from 255 or 4.64% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD716 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD716 is #1228E9. Grayscale: #C8C8C8. Windows color (decimal): -1190122 or 1497069. OLE color: 1497069.

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

Color convert

RGB 237 215 22 -
CMYK 0 0.09 0.91 0.07
HSL 53.86º 0.86% 0.51% -
HSV(B) 53.86º 0.91% 0.93% -
XYZ 59.37 66.66 10.5 -
YUV 199.58 27.79 154.69 -
System Red Green Blue C M Y K H S L
Decimal 237 215 22 0 0.09 0.91 0.07 53.86 0.86 0.51
Hex ED D7 16 0 9 5B 7 36 56 33
Octal 355 327 26 0 11 133 7 66 126 63
Binary 11101101 11010111 10110 0 1001 1011011 111 110110 1010110 110011

Color Harmonies of #EDD716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD716

Black with #EDD716

Text Example


Text Example

White with #EDD716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD716; }

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

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

background-color css

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

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

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

border-color css

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

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

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