Html Css Color HEX #EED516 Broom

📋 copy color: '#EED516'

red 238 ◦ green 213 ◦ blue 22

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

Shades of Broom #EED516

Tints of Broom #EED516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.65%

R = 50.32%
G = 45.03%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EED516 (or 0xEED516) is known color: Broom. HEX triplet: EE, D5 and 16. RGB value is (238,213,22). Sum of RGB (Red+Green+Blue) = 238+213+22=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 22 (8.98% from 255 or 4.65% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EED516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED516 is #112AE9. Grayscale: #C7C7C7. Windows color (decimal): -1125098 or 1496558. OLE color: 1496558.

HSL color Cylindrical-coordinate representation of color #EED516: hue angle of 53.06º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EED516 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 213 22 -
CMYK 0 0.11 0.91 0.07
HSL 53.06º 0.86% 0.51% -
HSV(B) 53.06º 0.91% 0.93% -
XYZ 59.2 65.82 10.34 -
YUV 198.7 28.28 156.03 -
System Red Green Blue C M Y K H S L
Decimal 238 213 22 0 0.11 0.91 0.07 53.06 0.86 0.51
Hex EE D5 16 0 B 5B 7 35 56 33
Octal 356 325 26 0 13 133 7 65 126 63
Binary 11101110 11010101 10110 0 1011 1011011 111 110101 1010110 110011

Color Harmonies of #EED516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED516

Black with #EED516

Text Example


Text Example

White with #EED516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED516; }

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

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

background-color css

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

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

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

border-color css

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

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

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