Html Css Color HEX #EED105 Gold

📋 copy color: '#EED105'

red 238 ◦ green 209 ◦ blue 5

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

Shades of Gold #EED105

Tints of Gold #EED105

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.24%

 BLUE value IS 5 (2.34% from 255) = 1.11%

R = 52.65%
G = 46.24%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EED105 (or 0xEED105) is known color: Gold. HEX triplet: EE, D1 and 05. RGB value is (238,209,5). Sum of RGB (Red+Green+Blue) = 238+209+5=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 5 (2.34% from 255 or 1.11% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EED105 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED105 is #112EFA. Grayscale: #C3C3C3. Windows color (decimal): -1126139 or 381422. OLE color: 381422.

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

Color convert

RGB 238 209 5 -
CMYK 0 0.12 0.98 0.07
HSL 52.53º 0.96% 0.48% -
HSV(B) 52.53º 0.98% 0.93% -
XYZ 58.09 63.79 9.39 -
YUV 194.42 21.11 159.09 -
System Red Green Blue C M Y K H S L
Decimal 238 209 5 0 0.12 0.98 0.07 52.53 0.96 0.48
Hex EE D1 5 0 C 62 7 35 60 30
Octal 356 321 5 0 14 142 7 65 140 60
Binary 11101110 11010001 101 0 1100 1100010 111 110101 1100000 110000

Color Harmonies of #EED105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED105

Black with #EED105

Text Example


Text Example

White with #EED105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED105; }

 p { color: rgb(238,209,5); }

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

background-color css

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

 a { background-color: rgb(238,209,5); }

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

border-color css

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

 span { border-color: rgb(238,209,5); }

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