Html Css Color HEX #EEAD2B Gold Tips

📋 copy color: '#EEAD2B'

red 238 ◦ green 173 ◦ blue 43

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

Shades of Gold Tips #EEAD2B

Tints of Gold Tips #EEAD2B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.11%

 BLUE value IS 43 (17.19% from 255) = 9.47%

R = 52.42%
G = 38.11%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EEAD2B (or 0xEEAD2B) is known color: Gold Tips. HEX triplet: EE, AD and 2B. RGB value is (238,173,43). Sum of RGB (Red+Green+Blue) = 238+173+43=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 43 (17.19% from 255 or 9.47% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAD2B is #1152D4. Grayscale: #B2B2B2. Windows color (decimal): -1135317 or 2862574. OLE color: 2862574.

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

Color convert

RGB 238 173 43 -
CMYK 0 0.27 0.82 0.07
HSL 40º 0.85% 0.55% -
HSV(B) 40º 0.82% 0.93% -
XYZ 50.64 48.24 8.93 -
YUV 177.62 52.03 171.07 -
System Red Green Blue C M Y K H S L
Decimal 238 173 43 0 0.27 0.82 0.07 40 0.85 0.55
Hex EE AD 2B 0 1B 52 7 28 55 37
Octal 356 255 53 0 33 122 7 50 125 67
Binary 11101110 10101101 101011 0 11011 1010010 111 101000 1010101 110111

Color Harmonies of #EEAD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAD2B

Black with #EEAD2B

Text Example


Text Example

White with #EEAD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAD2B; }

 p { color: rgb(238,173,43); }

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

background-color css

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

 a { background-color: rgb(238,173,43); }

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

border-color css

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

 span { border-color: rgb(238,173,43); }

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