Html Css Color HEX #EEB01D Gold Tips

📋 copy color: '#EEB01D'

red 238 ◦ green 176 ◦ blue 29

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

Shades of Gold Tips #EEB01D

Tints of Gold Tips #EEB01D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.73%

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

R = 53.72%
G = 39.73%
B = 6.55%

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

#EEB01D (or 0xEEB01D) is known color: Gold Tips. HEX triplet: EE, B0 and 1D. RGB value is (238,176,29). Sum of RGB (Red+Green+Blue) = 238+176+29=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 29 (11.72% from 255 or 6.55% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB01D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB01D is #114FE2. Grayscale: #B2B2B2. Windows color (decimal): -1134563 or 1945838. OLE color: 1945838.

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

Color convert

RGB 238 176 29 -
CMYK 0 0.26 0.88 0.07
HSL 42.2º 0.86% 0.52% -
HSV(B) 42.2º 0.88% 0.93% -
XYZ 51.01 49.32 7.99 -
YUV 177.78 44.04 170.95 -
System Red Green Blue C M Y K H S L
Decimal 238 176 29 0 0.26 0.88 0.07 42.2 0.86 0.52
Hex EE B0 1D 0 1A 58 7 2A 56 34
Octal 356 260 35 0 32 130 7 52 126 64
Binary 11101110 10110000 11101 0 11010 1011000 111 101010 1010110 110100

Color Harmonies of #EEB01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB01D

Black with #EEB01D

Text Example


Text Example

White with #EEB01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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