Html Css Color HEX #EED40D Gold

📋 copy color: '#EED40D'

red 238 ◦ green 212 ◦ blue 13

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

Shades of Gold #EED40D

Tints of Gold #EED40D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.79%

 BLUE value IS 13 (5.47% from 255) = 2.81%

R = 51.4%
G = 45.79%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EED40D (or 0xEED40D) is known color: Gold. HEX triplet: EE, D4 and 0D. RGB value is (238,212,13). Sum of RGB (Red+Green+Blue) = 238+212+13=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 13 (5.47% from 255 or 2.81% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EED40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED40D is #112BF2. Grayscale: #C5C5C5. Windows color (decimal): -1125363 or 906478. OLE color: 906478.

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

Color convert

RGB 238 212 13 -
CMYK 0 0.11 0.95 0.07
HSL 53.07º 0.9% 0.49% -
HSV(B) 53.07º 0.95% 0.93% -
XYZ 58.88 65.29 9.88 -
YUV 197.09 24.11 157.18 -
System Red Green Blue C M Y K H S L
Decimal 238 212 13 0 0.11 0.95 0.07 53.07 0.9 0.49
Hex EE D4 D 0 B 5F 7 35 5A 31
Octal 356 324 15 0 13 137 7 65 132 61
Binary 11101110 11010100 1101 0 1011 1011111 111 110101 1011010 110001

Color Harmonies of #EED40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED40D

Black with #EED40D

Text Example


Text Example

White with #EED40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED40D; }

 p { color: rgb(238,212,13); }

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

background-color css

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

 a { background-color: rgb(238,212,13); }

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

border-color css

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

 span { border-color: rgb(238,212,13); }

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