#EEA71D

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

Shades of Gold Tips #EEA71D

Tints of Gold Tips #EEA71D

Color information

#EEA71D (or 0xEEA71D) is unknown color: approx Gold Tips. HEX triplet: EE, A7 and 1D. RGB value is (238,167,29). Sum of RGB (Red+Green+Blue) = 238+167+29=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 29 (11.72% from 255 or 6.68% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA71D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA71D is #1158E2. Grayscale: #ADADAD. Windows color (decimal): -1136867 or 1943534. OLE color: 1943534.

HSL color Cylindrical-coordinate representation of color #EEA71D: hue angle of 39.62º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EEA71D is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB23816729-
CMYK00.300.880.07
HSL39.62º86.01%52.35%-
HSV(B)39.62º87.82%93.33%-
XYZ49.345.97.42-
YUV172.547.02174.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 54.84%
GREEN value IS 167 (65.62% from 255) = 38.48%
BLUE value IS 29 (11.72% from 255) = 6.68%
R=54.84%
G=38.48%
B=6.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381672900.300.880.0739.6286.0152.35
HexEEA71D01E587285634
Octal3562473503613075012664
Binary11101110101001111110101111010110001111010001010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA71D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA71D; }

 p { color: rgb(238,167,29); }

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

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

 a { background-color: rgb(238,167,29); }

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

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

 span { border-color: rgb(238,167,29); }

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