Html Css Color HEX #EED30C Gold

📋 copy color: '#EED30C'

red 238 ◦ green 211 ◦ blue 12

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

Shades of Gold #EED30C

Tints of Gold #EED30C

RGB

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

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

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

R = 51.63%
G = 45.77%
B = 2.6%

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

#EED30C (or 0xEED30C) is known color: Gold. HEX triplet: EE, D3 and 0C. RGB value is (238,211,12). Sum of RGB (Red+Green+Blue) = 238+211+12=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 12 (5.08% from 255 or 2.60% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EED30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED30C is #112CF3. Grayscale: #C5C5C5. Windows color (decimal): -1125620 or 840686. OLE color: 840686.

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

Color convert

RGB 238 211 12 -
CMYK 0 0.11 0.95 0.07
HSL 52.83º 0.9% 0.49% -
HSV(B) 52.83º 0.95% 0.93% -
XYZ 58.62 64.79 9.76 -
YUV 196.39 23.95 157.68 -
System Red Green Blue C M Y K H S L
Decimal 238 211 12 0 0.11 0.95 0.07 52.83 0.9 0.49
Hex EE D3 C 0 B 5F 7 35 5A 31
Octal 356 323 14 0 13 137 7 65 132 61
Binary 11101110 11010011 1100 0 1011 1011111 111 110101 1011010 110001

Color Harmonies of #EED30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED30C

Black with #EED30C

Text Example


Text Example

White with #EED30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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