Html Css Color HEX #EED60C Gold

📋 copy color: '#EED60C'

red 238 ◦ green 214 ◦ blue 12

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

Shades of Gold #EED60C

Tints of Gold #EED60C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.12%

 BLUE value IS 12 (5.08% from 255) = 2.59%

R = 51.29%
G = 46.12%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EED60C (or 0xEED60C) is known color: Gold. HEX triplet: EE, D6 and 0C. RGB value is (238,214,12). Sum of RGB (Red+Green+Blue) = 238+214+12=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 12 (5.08% from 255 or 2.59% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EED60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED60C is #1129F3. Grayscale: #C6C6C6. Windows color (decimal): -1124852 or 841454. OLE color: 841454.

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

Color convert

RGB 238 214 12 -
CMYK 0 0.10 0.95 0.07
HSL 53.63º 0.9% 0.49% -
HSV(B) 53.63º 0.95% 0.93% -
XYZ 59.37 66.3 10.02 -
YUV 198.15 22.95 156.43 -
System Red Green Blue C M Y K H S L
Decimal 238 214 12 0 0.10 0.95 0.07 53.63 0.9 0.49
Hex EE D6 C 0 A 5F 7 36 5A 31
Octal 356 326 14 0 12 137 7 66 132 61
Binary 11101110 11010110 1100 0 1010 1011111 111 110110 1011010 110001

Color Harmonies of #EED60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED60C

Black with #EED60C

Text Example


Text Example

White with #EED60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED60C; }

 p { color: rgb(238,214,12); }

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

background-color css

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

 a { background-color: rgb(238,214,12); }

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

border-color css

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

 span { border-color: rgb(238,214,12); }

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