Html Css Color HEX #EEA81E Gold Tips

📋 copy color: '#EEA81E'

red 238 ◦ green 168 ◦ blue 30

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

Shades of Gold Tips #EEA81E

Tints of Gold Tips #EEA81E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.53%

 BLUE value IS 30 (12.11% from 255) = 6.88%

R = 54.59%
G = 38.53%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EEA81E (or 0xEEA81E) is known color: Gold Tips. HEX triplet: EE, A8 and 1E. RGB value is (238,168,30). Sum of RGB (Red+Green+Blue) = 238+168+30=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 30 (12.11% from 255 or 6.88% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA81E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA81E is #1157E1. Grayscale: #ADADAD. Windows color (decimal): -1136610 or 2009326. OLE color: 2009326.

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

Color convert

RGB 238 168 30 -
CMYK 0 0.29 0.87 0.07
HSL 39.81º 0.86% 0.53% -
HSV(B) 39.81º 0.87% 0.93% -
XYZ 49.5 46.28 7.55 -
YUV 173.2 47.19 174.22 -
System Red Green Blue C M Y K H S L
Decimal 238 168 30 0 0.29 0.87 0.07 39.81 0.86 0.53
Hex EE A8 1E 0 1D 57 7 28 56 35
Octal 356 250 36 0 35 127 7 50 126 65
Binary 11101110 10101000 11110 0 11101 1010111 111 101000 1010110 110101

Color Harmonies of #EEA81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA81E

Black with #EEA81E

Text Example


Text Example

White with #EEA81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA81E; }

 p { color: rgb(238,168,30); }

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

background-color css

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

 a { background-color: rgb(238,168,30); }

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

border-color css

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

 span { border-color: rgb(238,168,30); }

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