#EFAD2D

Color #EFAD2D Gold Tips (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Tips #EFAD2D

Tints of Gold Tips #EFAD2D

Color information

#EFAD2D (or 0xEFAD2D) is unknown color: approx Gold Tips. HEX triplet: EF, AD and 2D. RGB value is (239,173,45). Sum of RGB (Red+Green+Blue) = 239+173+45=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 45 (17.97% from 255 or 9.85% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAD2D is #1052D2. Grayscale: #B2B2B2. Windows color (decimal): -1069779 or 2993647. OLE color: 2993647.

HSL color Cylindrical-coordinate representation of color #EFAD2D: hue angle of 39.59º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFAD2D is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB23917345-
CMYK00.280.810.06
HSL39.59º85.84%55.69%-
HSV(B)39.59º81.17%93.73%-
XYZ51.0148.439.14-
YUV178.1452.87171.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.30%
GREEN value IS 173 (67.97% from 255) = 37.86%
BLUE value IS 45 (17.97% from 255) = 9.85%
R=52.30%
G=37.86%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391734500.280.810.0639.5985.8455.69
HexEFAD2D01C516285638
Octal3572555503412165012670
Binary111011111010110110110101110010100011101010001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAD2D; }

 p { color: rgb(239,173,45); }

 H1.HeaderClassName
 {
   color: #EFAD2D;
 }
 .AnyTagClassName
 {
   color: #EFAD2D;
 }
</style>
background-color css

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

 a { background-color: rgb(239,173,45); }

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

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

 span { border-color: rgb(239,173,45); }

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