Html Css Color HEX #EED510 Broom

📋 copy color: '#EED510'

red 238 ◦ green 213 ◦ blue 16

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

Shades of Broom #EED510

Tints of Broom #EED510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.43%

R = 50.96%
G = 45.61%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EED510 (or 0xEED510) is known color: Broom. HEX triplet: EE, D5 and 10. RGB value is (238,213,16). Sum of RGB (Red+Green+Blue) = 238+213+16=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 16 (6.64% from 255 or 3.43% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EED510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED510 is #112AEF. Grayscale: #C6C6C6. Windows color (decimal): -1125104 or 1103342. OLE color: 1103342.

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

Color convert

RGB 238 213 16 -
CMYK 0 0.11 0.93 0.07
HSL 53.24º 0.87% 0.5% -
HSV(B) 53.24º 0.93% 0.93% -
XYZ 59.15 65.8 10.07 -
YUV 198.02 25.28 156.52 -
System Red Green Blue C M Y K H S L
Decimal 238 213 16 0 0.11 0.93 0.07 53.24 0.87 0.5
Hex EE D5 10 0 B 5D 7 35 57 32
Octal 356 325 20 0 13 135 7 65 127 62
Binary 11101110 11010101 10000 0 1011 1011101 111 110101 1010111 110010

Color Harmonies of #EED510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED510

Black with #EED510

Text Example


Text Example

White with #EED510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED510; }

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

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

background-color css

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

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

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

border-color css

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

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

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