Html Css Color HEX #EED518 Broom

📋 copy color: '#EED518'

red 238 ◦ green 213 ◦ blue 24

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

Shades of Broom #EED518

Tints of Broom #EED518

RGB

 RED value IS 238 (93.36% from 255) = 50.11%

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

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

R = 50.11%
G = 44.84%
B = 5.05%

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

#EED518 (or 0xEED518) is known color: Broom. HEX triplet: EE, D5 and 18. RGB value is (238,213,24). Sum of RGB (Red+Green+Blue) = 238+213+24=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 24 (9.77% from 255 or 5.05% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EED518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED518 is #112AE7. Grayscale: #C7C7C7. Windows color (decimal): -1125096 or 1627630. OLE color: 1627630.

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

Color convert

RGB 238 213 24 -
CMYK 0 0.11 0.90 0.07
HSL 52.99º 0.86% 0.51% -
HSV(B) 52.99º 0.9% 0.93% -
XYZ 59.22 65.83 10.45 -
YUV 198.93 29.28 155.87 -
System Red Green Blue C M Y K H S L
Decimal 238 213 24 0 0.11 0.90 0.07 52.99 0.86 0.51
Hex EE D5 18 0 B 5A 7 35 56 33
Octal 356 325 30 0 13 132 7 65 126 63
Binary 11101110 11010101 11000 0 1011 1011010 111 110101 1010110 110011

Color Harmonies of #EED518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED518

Black with #EED518

Text Example


Text Example

White with #EED518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED518; }

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

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

background-color css

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

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

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

border-color css

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

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

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