Html Css Color HEX #EEA916 Dark Tangerine

📋 copy color: '#EEA916'

red 238 ◦ green 169 ◦ blue 22

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

Shades of Dark Tangerine #EEA916

Tints of Dark Tangerine #EEA916

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.39%

 BLUE value IS 22 (8.98% from 255) = 5.13%

R = 55.48%
G = 39.39%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EEA916 (or 0xEEA916) is known color: Dark Tangerine. HEX triplet: EE, A9 and 16. RGB value is (238,169,22). Sum of RGB (Red+Green+Blue) = 238+169+22=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA916 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA916 is #1156E9. Grayscale: #ADADAD. Windows color (decimal): -1136362 or 1485294. OLE color: 1485294.

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

Color convert

RGB 238 169 22 -
CMYK 0 0.29 0.91 0.07
HSL 40.83º 0.86% 0.51% -
HSV(B) 40.83º 0.91% 0.93% -
XYZ 49.59 46.61 7.14 -
YUV 172.87 42.86 174.45 -
System Red Green Blue C M Y K H S L
Decimal 238 169 22 0 0.29 0.91 0.07 40.83 0.86 0.51
Hex EE A9 16 0 1D 5B 7 29 56 33
Octal 356 251 26 0 35 133 7 51 126 63
Binary 11101110 10101001 10110 0 11101 1011011 111 101001 1010110 110011

Color Harmonies of #EEA916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA916

Black with #EEA916

Text Example


Text Example

White with #EEA916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA916; }

 p { color: rgb(238,169,22); }

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

background-color css

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

 a { background-color: rgb(238,169,22); }

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

border-color css

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

 span { border-color: rgb(238,169,22); }

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