Html Css Color HEX #EEA680 Tacao

📋 copy color: '#EEA680'

red 238 ◦ green 166 ◦ blue 128

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

Shades of Tacao #EEA680

Tints of Tacao #EEA680

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.2%

 BLUE value IS 128 (50.39% from 255) = 24.06%

R = 44.74%
G = 31.2%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EEA680 (or 0xEEA680) is known color: Tacao. HEX triplet: EE, A6 and 80. RGB value is (238,166,128). Sum of RGB (Red+Green+Blue) = 238+166+128=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA680 is #11597F. Grayscale: #B7B7B7. Windows color (decimal): -1137024 or 8431342. OLE color: 8431342.

HSL color Cylindrical-coordinate representation of color #EEA680: hue angle of 20.73º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEA680 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 166 128 -
CMYK 0 0.30 0.46 0.07
HSL 20.73º 0.76% 0.72% -
HSV(B) 20.73º 0.46% 0.93% -
XYZ 52.79 47.01 26.71 -
YUV 183.2 96.85 167.09 -
System Red Green Blue C M Y K H S L
Decimal 238 166 128 0 0.30 0.46 0.07 20.73 0.76 0.72
Hex EE A6 80 0 1E 2E 7 15 4C 48
Octal 356 246 200 0 36 56 7 25 114 110
Binary 11101110 10100110 10000000 0 11110 101110 111 10101 1001100 1001000

Color Harmonies of #EEA680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA680

Black with #EEA680

Text Example


Text Example

White with #EEA680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA680; }

 p { color: rgb(238,166,128); }

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

background-color css

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

 a { background-color: rgb(238,166,128); }

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

border-color css

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

 span { border-color: rgb(238,166,128); }

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