Html Css Color HEX #EEB31D Gold Tips

📋 copy color: '#EEB31D'

red 238 ◦ green 179 ◦ blue 29

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

Shades of Gold Tips #EEB31D

Tints of Gold Tips #EEB31D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.13%

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

R = 53.36%
G = 40.13%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EEB31D (or 0xEEB31D) is known color: Gold Tips. HEX triplet: EE, B3 and 1D. RGB value is (238,179,29). Sum of RGB (Red+Green+Blue) = 238+179+29=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 29 (11.72% from 255 or 6.50% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB31D is #114CE2. Grayscale: #B4B4B4. Windows color (decimal): -1133795 or 1946606. OLE color: 1946606.

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

Color convert

RGB 238 179 29 -
CMYK 0 0.25 0.88 0.07
HSL 43.06º 0.86% 0.52% -
HSV(B) 43.06º 0.88% 0.93% -
XYZ 51.6 50.51 8.19 -
YUV 179.54 43.05 169.7 -
System Red Green Blue C M Y K H S L
Decimal 238 179 29 0 0.25 0.88 0.07 43.06 0.86 0.52
Hex EE B3 1D 0 19 58 7 2B 56 34
Octal 356 263 35 0 31 130 7 53 126 64
Binary 11101110 10110011 11101 0 11001 1011000 111 101011 1010110 110100

Color Harmonies of #EEB31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB31D

Black with #EEB31D

Text Example


Text Example

White with #EEB31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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