Html Css Color HEX #EFD20C Gold

📋 copy color: '#EFD20C'

red 239 ◦ green 210 ◦ blue 12

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

Shades of Gold #EFD20C

Tints of Gold #EFD20C

RGB

 RED value IS 239 (93.75% from 255) = 51.84%

 GREEN value IS 210 (82.42% from 255) = 45.55%

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

R = 51.84%
G = 45.55%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFD20C (or 0xEFD20C) is known color: Gold. HEX triplet: EF, D2 and 0C. RGB value is (239,210,12). Sum of RGB (Red+Green+Blue) = 239+210+12=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 12 (5.08% from 255 or 2.60% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD20C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD20C is #102DF3. Grayscale: #C4C4C4. Windows color (decimal): -1060340 or 840431. OLE color: 840431.

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

Color convert

RGB 239 210 12 -
CMYK 0 0.12 0.95 0.06
HSL 52.33º 0.9% 0.49% -
HSV(B) 52.33º 0.95% 0.94% -
XYZ 58.71 64.47 9.7 -
YUV 196.1 24.11 158.6 -
System Red Green Blue C M Y K H S L
Decimal 239 210 12 0 0.12 0.95 0.06 52.33 0.9 0.49
Hex EF D2 C 0 C 5F 6 34 5A 31
Octal 357 322 14 0 14 137 6 64 132 61
Binary 11101111 11010010 1100 0 1100 1011111 110 110100 1011010 110001

Color Harmonies of #EFD20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD20C

Black with #EFD20C

Text Example


Text Example

White with #EFD20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD20C; }

 p { color: rgb(239,210,12); }

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

background-color css

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

 a { background-color: rgb(239,210,12); }

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

border-color css

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

 span { border-color: rgb(239,210,12); }

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