Html Css Color HEX #EEAF2D Gold Tips

📋 copy color: '#EEAF2D'

red 238 ◦ green 175 ◦ blue 45

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

Shades of Gold Tips #EEAF2D

Tints of Gold Tips #EEAF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.83%

R = 51.97%
G = 38.21%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EEAF2D (or 0xEEAF2D) is known color: Gold Tips. HEX triplet: EE, AF and 2D. RGB value is (238,175,45). Sum of RGB (Red+Green+Blue) = 238+175+45=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 45 (17.97% from 255 or 9.83% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAF2D is #1150D2. Grayscale: #B3B3B3. Windows color (decimal): -1134803 or 2994158. OLE color: 2994158.

HSL color Cylindrical-coordinate representation of color #EEAF2D: hue angle of 40.41º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEAF2D is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 175 45 -
CMYK 0 0.26 0.81 0.07
HSL 40.41º 0.85% 0.55% -
HSV(B) 40.41º 0.81% 0.93% -
XYZ 51.06 49.03 9.25 -
YUV 179.02 52.37 170.07 -
System Red Green Blue C M Y K H S L
Decimal 238 175 45 0 0.26 0.81 0.07 40.41 0.85 0.55
Hex EE AF 2D 0 1A 51 7 28 55 37
Octal 356 257 55 0 32 121 7 50 125 67
Binary 11101110 10101111 101101 0 11010 1010001 111 101000 1010101 110111

Color Harmonies of #EEAF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAF2D

Black with #EEAF2D

Text Example


Text Example

White with #EEAF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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