Html Css Color HEX #EDD218 Broom

📋 copy color: '#EDD218'

red 237 ◦ green 210 ◦ blue 24

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

Shades of Broom #EDD218

Tints of Broom #EDD218

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.59%

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

R = 50.32%
G = 44.59%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDD218 (or 0xEDD218) is known color: Broom. HEX triplet: ED, D2 and 18. RGB value is (237,210,24). Sum of RGB (Red+Green+Blue) = 237+210+24=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 24 (9.77% from 255 or 5.10% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD218 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD218 is #122DE7. Grayscale: #C5C5C5. Windows color (decimal): -1191400 or 1626861. OLE color: 1626861.

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

Color convert

RGB 237 210 24 -
CMYK 0 0.11 0.90 0.07
HSL 52.39º 0.86% 0.51% -
HSV(B) 52.39º 0.9% 0.93% -
XYZ 58.14 64.16 10.18 -
YUV 196.87 30.45 156.62 -
System Red Green Blue C M Y K H S L
Decimal 237 210 24 0 0.11 0.90 0.07 52.39 0.86 0.51
Hex ED D2 18 0 B 5A 7 34 56 33
Octal 355 322 30 0 13 132 7 64 126 63
Binary 11101101 11010010 11000 0 1011 1011010 111 110100 1010110 110011

Color Harmonies of #EDD218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD218

Black with #EDD218

Text Example


Text Example

White with #EDD218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD218; }

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

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

background-color css

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

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

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

border-color css

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

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

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