Html Css Color HEX #EDD718 Broom

📋 copy color: '#EDD718'

red 237 ◦ green 215 ◦ blue 24

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

Shades of Broom #EDD718

Tints of Broom #EDD718

RGB

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

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

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

R = 49.79%
G = 45.17%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDD718 (or 0xEDD718) is known color: Broom. HEX triplet: ED, D7 and 18. RGB value is (237,215,24). Sum of RGB (Red+Green+Blue) = 237+215+24=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 24 (9.77% from 255 or 5.04% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD718 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD718 is #1228E7. Grayscale: #C8C8C8. Windows color (decimal): -1190120 or 1628141. OLE color: 1628141.

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

Color convert

RGB 237 215 24 -
CMYK 0 0.09 0.90 0.07
HSL 53.8º 0.86% 0.51% -
HSV(B) 53.8º 0.9% 0.93% -
XYZ 59.39 66.67 10.6 -
YUV 199.8 28.79 154.53 -
System Red Green Blue C M Y K H S L
Decimal 237 215 24 0 0.09 0.90 0.07 53.8 0.86 0.51
Hex ED D7 18 0 9 5A 7 36 56 33
Octal 355 327 30 0 11 132 7 66 126 63
Binary 11101101 11010111 11000 0 1001 1011010 111 110110 1010110 110011

Color Harmonies of #EDD718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD718

Black with #EDD718

Text Example


Text Example

White with #EDD718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD718; }

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

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

background-color css

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

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

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

border-color css

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

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

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