Html Css Color HEX #EED305 Gold

📋 copy color: '#EED305'

red 238 ◦ green 211 ◦ blue 5

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

Shades of Gold #EED305

Tints of Gold #EED305

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.48%

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

R = 52.42%
G = 46.48%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EED305 (or 0xEED305) is known color: Gold. HEX triplet: EE, D3 and 05. RGB value is (238,211,5). Sum of RGB (Red+Green+Blue) = 238+211+5=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 5 (2.34% from 255 or 1.10% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EED305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED305 is #112CFA. Grayscale: #C4C4C4. Windows color (decimal): -1125627 or 381934. OLE color: 381934.

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

Color convert

RGB 238 211 5 -
CMYK 0 0.11 0.98 0.07
HSL 53.05º 0.96% 0.48% -
HSV(B) 53.05º 0.98% 0.93% -
XYZ 58.58 64.78 9.56 -
YUV 195.59 20.45 158.25 -
System Red Green Blue C M Y K H S L
Decimal 238 211 5 0 0.11 0.98 0.07 53.05 0.96 0.48
Hex EE D3 5 0 B 62 7 35 60 30
Octal 356 323 5 0 13 142 7 65 140 60
Binary 11101110 11010011 101 0 1011 1100010 111 110101 1100000 110000

Color Harmonies of #EED305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED305

Black with #EED305

Text Example


Text Example

White with #EED305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED305; }

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

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

background-color css

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

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

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

border-color css

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

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

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