Html Css Color HEX #EFD207 Gold

📋 copy color: '#EFD207'

red 239 ◦ green 210 ◦ blue 7

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

Shades of Gold #EFD207

Tints of Gold #EFD207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.54%

R = 52.41%
G = 46.05%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EFD207 (or 0xEFD207) is known color: Gold. HEX triplet: EF, D2 and 07. RGB value is (239,210,7). Sum of RGB (Red+Green+Blue) = 239+210+7=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 7 (3.12% from 255 or 1.54% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD207 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD207 is #102DF8. Grayscale: #C4C4C4. Windows color (decimal): -1060345 or 512751. OLE color: 512751.

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

Color convert

RGB 239 210 7 -
CMYK 0 0.12 0.97 0.06
HSL 52.5º 0.94% 0.48% -
HSV(B) 52.5º 0.97% 0.94% -
XYZ 58.68 64.46 9.55 -
YUV 195.53 21.61 159.01 -
System Red Green Blue C M Y K H S L
Decimal 239 210 7 0 0.12 0.97 0.06 52.5 0.94 0.48
Hex EF D2 7 0 C 61 6 34 5E 30
Octal 357 322 7 0 14 141 6 64 136 60
Binary 11101111 11010010 111 0 1100 1100001 110 110100 1011110 110000

Color Harmonies of #EFD207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD207

Black with #EFD207

Text Example


Text Example

White with #EFD207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD207; }

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

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

background-color css

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

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

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

border-color css

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

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

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