Html Css Color HEX #EEB21D Gold Tips

📋 copy color: '#EEB21D'

red 238 ◦ green 178 ◦ blue 29

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

Shades of Gold Tips #EEB21D

Tints of Gold Tips #EEB21D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40%

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

R = 53.48%
G = 40%
B = 6.52%

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

#EEB21D (or 0xEEB21D) is known color: Gold Tips. HEX triplet: EE, B2 and 1D. RGB value is (238,178,29). Sum of RGB (Red+Green+Blue) = 238+178+29=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 29 (11.72% from 255 or 6.52% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB21D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB21D is #114DE2. Grayscale: #B3B3B3. Windows color (decimal): -1134051 or 1946350. OLE color: 1946350.

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

Color convert

RGB 238 178 29 -
CMYK 0 0.25 0.88 0.07
HSL 42.78º 0.86% 0.52% -
HSV(B) 42.78º 0.88% 0.93% -
XYZ 51.4 50.11 8.12 -
YUV 178.95 43.38 170.12 -
System Red Green Blue C M Y K H S L
Decimal 238 178 29 0 0.25 0.88 0.07 42.78 0.86 0.52
Hex EE B2 1D 0 19 58 7 2B 56 34
Octal 356 262 35 0 31 130 7 53 126 64
Binary 11101110 10110010 11101 0 11001 1011000 111 101011 1010110 110100

Color Harmonies of #EEB21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB21D

Black with #EEB21D

Text Example


Text Example

White with #EEB21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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