Html Css Color HEX #EDD818 Broom

📋 copy color: '#EDD818'

red 237 ◦ green 216 ◦ blue 24

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

Shades of Broom #EDD818

Tints of Broom #EDD818

RGB

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

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

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

R = 49.69%
G = 45.28%
B = 5.03%

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

#EDD818 (or 0xEDD818) is known color: Broom. HEX triplet: ED, D8 and 18. RGB value is (237,216,24). Sum of RGB (Red+Green+Blue) = 237+216+24=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 24 (9.77% from 255 or 5.03% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD818 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD818 is #1227E7. Grayscale: #C9C9C9. Windows color (decimal): -1189864 or 1628397. OLE color: 1628397.

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

Color convert

RGB 237 216 24 -
CMYK 0 0.09 0.90 0.07
HSL 54.08º 0.86% 0.51% -
HSV(B) 54.08º 0.9% 0.93% -
XYZ 59.65 67.18 10.69 -
YUV 200.39 28.46 154.11 -
System Red Green Blue C M Y K H S L
Decimal 237 216 24 0 0.09 0.90 0.07 54.08 0.86 0.51
Hex ED D8 18 0 9 5A 7 36 56 33
Octal 355 330 30 0 11 132 7 66 126 63
Binary 11101101 11011000 11000 0 1001 1011010 111 110110 1010110 110011

Color Harmonies of #EDD818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD818

Black with #EDD818

Text Example


Text Example

White with #EDD818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD818; }

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

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

background-color css

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

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

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

border-color css

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

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

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