Html Css Color HEX #EED506 Gold

📋 copy color: '#EED506'

red 238 ◦ green 213 ◦ blue 6

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

Shades of Gold #EED506

Tints of Gold #EED506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.31%

R = 52.08%
G = 46.61%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EED506 (or 0xEED506) is known color: Gold. HEX triplet: EE, D5 and 06. RGB value is (238,213,6). Sum of RGB (Red+Green+Blue) = 238+213+6=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 6 (2.73% from 255 or 1.31% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EED506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED506 is #112AF9. Grayscale: #C5C5C5. Windows color (decimal): -1125114 or 447982. OLE color: 447982.

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

Color convert

RGB 238 213 6 -
CMYK 0 0.11 0.97 0.07
HSL 53.53º 0.95% 0.48% -
HSV(B) 53.53º 0.97% 0.93% -
XYZ 59.09 65.78 9.75 -
YUV 196.88 20.28 157.33 -
System Red Green Blue C M Y K H S L
Decimal 238 213 6 0 0.11 0.97 0.07 53.53 0.95 0.48
Hex EE D5 6 0 B 61 7 36 5F 30
Octal 356 325 6 0 13 141 7 66 137 60
Binary 11101110 11010101 110 0 1011 1100001 111 110110 1011111 110000

Color Harmonies of #EED506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED506

Black with #EED506

Text Example


Text Example

White with #EED506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED506; }

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

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

background-color css

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

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

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

border-color css

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

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

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