Html Css Color HEX #EEAF1D Gold Tips

📋 copy color: '#EEAF1D'

red 238 ◦ green 175 ◦ blue 29

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

Shades of Gold Tips #EEAF1D

Tints of Gold Tips #EEAF1D

RGB

 RED value IS 238 (93.36% from 255) = 53.85%

 GREEN value IS 175 (68.75% from 255) = 39.59%

 BLUE value IS 29 (11.72% from 255) = 6.56%

R = 53.85%
G = 39.59%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EEAF1D (or 0xEEAF1D) is known color: Gold Tips. HEX triplet: EE, AF and 1D. RGB value is (238,175,29). Sum of RGB (Red+Green+Blue) = 238+175+29=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 29 (11.72% from 255 or 6.56% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAF1D is #1150E2. Grayscale: #B1B1B1. Windows color (decimal): -1134819 or 1945582. OLE color: 1945582.

HSL color Cylindrical-coordinate representation of color #EEAF1D: hue angle of 41.91º 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 #EEAF1D is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 175 29 -
CMYK 0 0.26 0.88 0.07
HSL 41.91º 0.86% 0.52% -
HSV(B) 41.91º 0.88% 0.93% -
XYZ 50.81 48.93 7.93 -
YUV 177.19 44.37 171.37 -
System Red Green Blue C M Y K H S L
Decimal 238 175 29 0 0.26 0.88 0.07 41.91 0.86 0.52
Hex EE AF 1D 0 1A 58 7 2A 56 34
Octal 356 257 35 0 32 130 7 52 126 64
Binary 11101110 10101111 11101 0 11010 1011000 111 101010 1010110 110100

Color Harmonies of #EEAF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAF1D

Black with #EEAF1D

Text Example


Text Example

White with #EEAF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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