Html Css Color HEX #EFD204 Gold

📋 copy color: '#EFD204'

red 239 ◦ green 210 ◦ blue 4

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

Shades of Gold #EFD204

Tints of Gold #EFD204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.88%

R = 52.76%
G = 46.36%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFD204 (or 0xEFD204) is known color: Gold. HEX triplet: EF, D2 and 04. RGB value is (239,210,4). Sum of RGB (Red+Green+Blue) = 239+210+4=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 210 (82.42% from 255 or 46.36% from 453); Blue value is 4 (1.95% from 255 or 0.88% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD204 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD204 is #102DFB. Grayscale: #C4C4C4. Windows color (decimal): -1060348 or 316143. OLE color: 316143.

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

Color convert

RGB 239 210 4 -
CMYK 0 0.12 0.98 0.06
HSL 52.6º 0.97% 0.48% -
HSV(B) 52.6º 0.98% 0.94% -
XYZ 58.67 64.45 9.46 -
YUV 195.19 20.11 159.25 -
System Red Green Blue C M Y K H S L
Decimal 239 210 4 0 0.12 0.98 0.06 52.6 0.97 0.48
Hex EF D2 4 0 C 62 6 35 61 30
Octal 357 322 4 0 14 142 6 65 141 60
Binary 11101111 11010010 100 0 1100 1100010 110 110101 1100001 110000

Color Harmonies of #EFD204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD204

Black with #EFD204

Text Example


Text Example

White with #EFD204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD204; }

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

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

background-color css

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

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

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

border-color css

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

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

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