Html Css Color HEX #EFD208 Gold

📋 copy color: '#EFD208'

red 239 ◦ green 210 ◦ blue 8

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

Shades of Gold #EFD208

Tints of Gold #EFD208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.75%

R = 52.3%
G = 45.95%
B = 1.75%

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

#EFD208 (or 0xEFD208) is known color: Gold. HEX triplet: EF, D2 and 08. RGB value is (239,210,8). Sum of RGB (Red+Green+Blue) = 239+210+8=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 8 (3.52% from 255 or 1.75% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD208 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD208 is #102DF7. Grayscale: #C4C4C4. Windows color (decimal): -1060344 or 578287. OLE color: 578287.

HSL color Cylindrical-coordinate representation of color #EFD208: hue angle of 52.47º 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 #EFD208 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 210 8 -
CMYK 0 0.12 0.97 0.06
HSL 52.47º 0.94% 0.48% -
HSV(B) 52.47º 0.97% 0.94% -
XYZ 58.69 64.46 9.58 -
YUV 195.64 22.11 158.93 -
System Red Green Blue C M Y K H S L
Decimal 239 210 8 0 0.12 0.97 0.06 52.47 0.94 0.48
Hex EF D2 8 0 C 61 6 34 5E 30
Octal 357 322 10 0 14 141 6 64 136 60
Binary 11101111 11010010 1000 0 1100 1100001 110 110100 1011110 110000

Color Harmonies of #EFD208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD208

Black with #EFD208

Text Example


Text Example

White with #EFD208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD208; }

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

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

background-color css

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

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

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

border-color css

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

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

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