Html Css Color HEX #EFD201 Gold

📋 copy color: '#EFD201'

red 239 ◦ green 210 ◦ blue 1

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

Shades of Gold #EFD201

Tints of Gold #EFD201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 53.11%
G = 46.67%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EFD201 (or 0xEFD201) is known color: Gold. HEX triplet: EF, D2 and 01. RGB value is (239,210,1). Sum of RGB (Red+Green+Blue) = 239+210+1=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 1 (0.78% from 255 or 0.22% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD201 is #102DFE. Grayscale: #C3C3C3. Windows color (decimal): -1060351 or 119535. OLE color: 119535.

HSL color Cylindrical-coordinate representation of color #EFD201: hue angle of 52.69º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFD201 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 210 1 -
CMYK 0 0.12 1.00 0.06
HSL 52.69º 0.99% 0.47% -
HSV(B) 52.69º 1% 0.94% -
XYZ 58.65 64.45 9.38 -
YUV 194.85 18.61 159.49 -
System Red Green Blue C M Y K H S L
Decimal 239 210 1 0 0.12 1.00 0.06 52.69 0.99 0.47
Hex EF D2 1 0 C 64 6 35 63 2F
Octal 357 322 1 0 14 144 6 65 143 57
Binary 11101111 11010010 1 0 1100 1100100 110 110101 1100011 101111

Color Harmonies of #EFD201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD201

Black with #EFD201

Text Example


Text Example

White with #EFD201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD201; }

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

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

background-color css

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

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

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

border-color css

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

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

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