Html Css Color HEX #EEB51D Gold Tips

📋 copy color: '#EEB51D'

red 238 ◦ green 181 ◦ blue 29

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

Shades of Gold Tips #EEB51D

Tints of Gold Tips #EEB51D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.4%

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

R = 53.13%
G = 40.4%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EEB51D (or 0xEEB51D) is known color: Gold Tips. HEX triplet: EE, B5 and 1D. RGB value is (238,181,29). Sum of RGB (Red+Green+Blue) = 238+181+29=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 29 (11.72% from 255 or 6.47% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB51D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB51D is #114AE2. Grayscale: #B5B5B5. Windows color (decimal): -1133283 or 1947118. OLE color: 1947118.

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

Color convert

RGB 238 181 29 -
CMYK 0 0.24 0.88 0.07
HSL 43.64º 0.86% 0.52% -
HSV(B) 43.64º 0.88% 0.93% -
XYZ 52.01 51.31 8.33 -
YUV 180.72 42.38 168.86 -
System Red Green Blue C M Y K H S L
Decimal 238 181 29 0 0.24 0.88 0.07 43.64 0.86 0.52
Hex EE B5 1D 0 18 58 7 2C 56 34
Octal 356 265 35 0 30 130 7 54 126 64
Binary 11101110 10110101 11101 0 11000 1011000 111 101100 1010110 110100

Color Harmonies of #EEB51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB51D

Black with #EEB51D

Text Example


Text Example

White with #EEB51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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