Html Css Color HEX #EDD517 Broom

📋 copy color: '#EDD517'

red 237 ◦ green 213 ◦ blue 23

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

Shades of Broom #EDD517

Tints of Broom #EDD517

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.03%

 BLUE value IS 23 (9.38% from 255) = 4.86%

R = 50.11%
G = 45.03%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDD517 (or 0xEDD517) is known color: Broom. HEX triplet: ED, D5 and 17. RGB value is (237,213,23). Sum of RGB (Red+Green+Blue) = 237+213+23=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 23 (9.38% from 255 or 4.86% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD517 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD517 is #122AE8. Grayscale: #C7C7C7. Windows color (decimal): -1190633 or 1562093. OLE color: 1562093.

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

Color convert

RGB 237 213 23 -
CMYK 0 0.10 0.90 0.07
HSL 53.27º 0.86% 0.51% -
HSV(B) 53.27º 0.9% 0.93% -
XYZ 58.87 65.65 10.38 -
YUV 198.52 28.95 155.45 -
System Red Green Blue C M Y K H S L
Decimal 237 213 23 0 0.10 0.90 0.07 53.27 0.86 0.51
Hex ED D5 17 0 A 5A 7 35 56 33
Octal 355 325 27 0 12 132 7 65 126 63
Binary 11101101 11010101 10111 0 1010 1011010 111 110101 1010110 110011

Color Harmonies of #EDD517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD517

Black with #EDD517

Text Example


Text Example

White with #EDD517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD517; }

 p { color: rgb(237,213,23); }

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

background-color css

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

 a { background-color: rgb(237,213,23); }

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

border-color css

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

 span { border-color: rgb(237,213,23); }

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