Html Css Color HEX #EEB41A Gold Tips

📋 copy color: '#EEB41A'

red 238 ◦ green 180 ◦ blue 26

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

Shades of Gold Tips #EEB41A

Tints of Gold Tips #EEB41A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.54%

 BLUE value IS 26 (10.55% from 255) = 5.86%

R = 53.6%
G = 40.54%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EEB41A (or 0xEEB41A) is known color: Gold Tips. HEX triplet: EE, B4 and 1A. RGB value is (238,180,26). Sum of RGB (Red+Green+Blue) = 238+180+26=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 26 (10.55% from 255 or 5.86% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB41A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB41A is #114BE5. Grayscale: #B4B4B4. Windows color (decimal): -1133542 or 1750254. OLE color: 1750254.

HSL color Cylindrical-coordinate representation of color #EEB41A: hue angle of 43.58º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EEB41A is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 180 26 -
CMYK 0 0.24 0.89 0.07
HSL 43.58º 0.86% 0.52% -
HSV(B) 43.58º 0.89% 0.93% -
XYZ 51.77 50.89 8.07 -
YUV 179.79 41.22 169.52 -
System Red Green Blue C M Y K H S L
Decimal 238 180 26 0 0.24 0.89 0.07 43.58 0.86 0.52
Hex EE B4 1A 0 18 59 7 2C 56 34
Octal 356 264 32 0 30 131 7 54 126 64
Binary 11101110 10110100 11010 0 11000 1011001 111 101100 1010110 110100

Color Harmonies of #EEB41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB41A

Black with #EEB41A

Text Example


Text Example

White with #EEB41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB41A; }

 p { color: rgb(238,180,26); }

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

background-color css

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

 a { background-color: rgb(238,180,26); }

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

border-color css

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

 span { border-color: rgb(238,180,26); }

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