Html Css Color HEX #EDD815 Broom

📋 copy color: '#EDD815'

red 237 ◦ green 216 ◦ blue 21

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

Shades of Broom #EDD815

Tints of Broom #EDD815

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.57%

 BLUE value IS 21 (8.59% from 255) = 4.43%

R = 50%
G = 45.57%
B = 4.43%

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

#EDD815 (or 0xEDD815) is known color: Broom. HEX triplet: ED, D8 and 15. RGB value is (237,216,21). Sum of RGB (Red+Green+Blue) = 237+216+21=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 21 (8.59% from 255 or 4.43% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD815 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD815 is #1227EA. Grayscale: #C8C8C8. Windows color (decimal): -1189867 or 1431789. OLE color: 1431789.

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

Color convert

RGB 237 216 21 -
CMYK 0 0.09 0.91 0.07
HSL 54.17º 0.86% 0.51% -
HSV(B) 54.17º 0.91% 0.93% -
XYZ 59.62 67.17 10.53 -
YUV 200.05 26.96 154.36 -
System Red Green Blue C M Y K H S L
Decimal 237 216 21 0 0.09 0.91 0.07 54.17 0.86 0.51
Hex ED D8 15 0 9 5B 7 36 56 33
Octal 355 330 25 0 11 133 7 66 126 63
Binary 11101101 11011000 10101 0 1001 1011011 111 110110 1010110 110011

Color Harmonies of #EDD815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD815

Black with #EDD815

Text Example


Text Example

White with #EDD815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD815; }

 p { color: rgb(237,216,21); }

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

background-color css

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

 a { background-color: rgb(237,216,21); }

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

border-color css

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

 span { border-color: rgb(237,216,21); }

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