Html Css Color HEX #EFD105 Gold

📋 copy color: '#EFD105'

red 239 ◦ green 209 ◦ blue 5

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

Shades of Gold #EFD105

Tints of Gold #EFD105

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.14%

 BLUE value IS 5 (2.34% from 255) = 1.1%

R = 52.76%
G = 46.14%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EFD105 (or 0xEFD105) is known color: Gold. HEX triplet: EF, D1 and 05. RGB value is (239,209,5). Sum of RGB (Red+Green+Blue) = 239+209+5=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 5 (2.34% from 255 or 1.10% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD105 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD105 is #102EFA. Grayscale: #C3C3C3. Windows color (decimal): -1060603 or 381423. OLE color: 381423.

HSL color Cylindrical-coordinate representation of color #EFD105: hue angle of 52.31º degrees, saturation: 0.96, 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 #EFD105 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 209 5 -
CMYK 0 0.13 0.98 0.06
HSL 52.31º 0.96% 0.48% -
HSV(B) 52.31º 0.98% 0.94% -
XYZ 58.42 63.96 9.41 -
YUV 194.71 20.94 159.59 -
System Red Green Blue C M Y K H S L
Decimal 239 209 5 0 0.13 0.98 0.06 52.31 0.96 0.48
Hex EF D1 5 0 D 62 6 34 60 30
Octal 357 321 5 0 15 142 6 64 140 60
Binary 11101111 11010001 101 0 1101 1100010 110 110100 1100000 110000

Color Harmonies of #EFD105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD105

Black with #EFD105

Text Example


Text Example

White with #EFD105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD105; }

 p { color: rgb(239,209,5); }

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

background-color css

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

 a { background-color: rgb(239,209,5); }

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

border-color css

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

 span { border-color: rgb(239,209,5); }

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