Html Css Color HEX #EDD518 Broom

📋 copy color: '#EDD518'

red 237 ◦ green 213 ◦ blue 24

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

Shades of Broom #EDD518

Tints of Broom #EDD518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.06%

R = 50%
G = 44.94%
B = 5.06%

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

#EDD518 (or 0xEDD518) is known color: Broom. HEX triplet: ED, D5 and 18. RGB value is (237,213,24). Sum of RGB (Red+Green+Blue) = 237+213+24=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 24 (9.77% from 255 or 5.06% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD518 is #122AE7. Grayscale: #C7C7C7. Windows color (decimal): -1190632 or 1627629. OLE color: 1627629.

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

Color convert

RGB 237 213 24 -
CMYK 0 0.10 0.90 0.07
HSL 53.24º 0.86% 0.51% -
HSV(B) 53.24º 0.9% 0.93% -
XYZ 58.88 65.66 10.43 -
YUV 198.63 29.45 155.37 -
System Red Green Blue C M Y K H S L
Decimal 237 213 24 0 0.10 0.90 0.07 53.24 0.86 0.51
Hex ED D5 18 0 A 5A 7 35 56 33
Octal 355 325 30 0 12 132 7 65 126 63
Binary 11101101 11010101 11000 0 1010 1011010 111 110101 1010110 110011

Color Harmonies of #EDD518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD518

Black with #EDD518

Text Example


Text Example

White with #EDD518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD518; }

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

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

background-color css

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

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

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

border-color css

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

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

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