Html Css Color HEX #EDD715 Broom

📋 copy color: '#EDD715'

red 237 ◦ green 215 ◦ blue 21

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

Shades of Broom #EDD715

Tints of Broom #EDD715

RGB

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

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

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

R = 50.11%
G = 45.45%
B = 4.44%

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

#EDD715 (or 0xEDD715) is known color: Broom. HEX triplet: ED, D7 and 15. RGB value is (237,215,21). Sum of RGB (Red+Green+Blue) = 237+215+21=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 21 (8.59% from 255 or 4.44% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD715 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD715 is #1228EA. Grayscale: #C8C8C8. Windows color (decimal): -1190123 or 1431533. OLE color: 1431533.

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

Color convert

RGB 237 215 21 -
CMYK 0 0.09 0.91 0.07
HSL 53.89º 0.86% 0.51% -
HSV(B) 53.89º 0.91% 0.93% -
XYZ 59.36 66.66 10.45 -
YUV 199.46 27.29 154.77 -
System Red Green Blue C M Y K H S L
Decimal 237 215 21 0 0.09 0.91 0.07 53.89 0.86 0.51
Hex ED D7 15 0 9 5B 7 36 56 33
Octal 355 327 25 0 11 133 7 66 126 63
Binary 11101101 11010111 10101 0 1001 1011011 111 110110 1010110 110011

Color Harmonies of #EDD715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD715

Black with #EDD715

Text Example


Text Example

White with #EDD715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD715; }

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

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

background-color css

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

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

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

border-color css

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

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

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