Html Css Color HEX #EEAC7D Tacao

📋 copy color: '#EEAC7D'

red 238 ◦ green 172 ◦ blue 125

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

Shades of Tacao #EEAC7D

Tints of Tacao #EEAC7D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.15%

 BLUE value IS 125 (49.22% from 255) = 23.36%

R = 44.49%
G = 32.15%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EEAC7D (or 0xEEAC7D) is known color: Tacao. HEX triplet: EE, AC and 7D. RGB value is (238,172,125). Sum of RGB (Red+Green+Blue) = 238+172+125=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAC7D is #115382. Grayscale: #BABABA. Windows color (decimal): -1135491 or 8236270. OLE color: 8236270.

HSL color Cylindrical-coordinate representation of color #EEAC7D: hue angle of 24.96º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEAC7D is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 172 125 -
CMYK 0 0.28 0.47 0.07
HSL 24.96º 0.77% 0.71% -
HSV(B) 24.96º 0.47% 0.93% -
XYZ 53.71 49.16 26.06 -
YUV 186.38 93.37 164.82 -
System Red Green Blue C M Y K H S L
Decimal 238 172 125 0 0.28 0.47 0.07 24.96 0.77 0.71
Hex EE AC 7D 0 1C 2F 7 19 4D 47
Octal 356 254 175 0 34 57 7 31 115 107
Binary 11101110 10101100 1111101 0 11100 101111 111 11001 1001101 1000111

Color Harmonies of #EEAC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAC7D

Black with #EEAC7D

Text Example


Text Example

White with #EEAC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAC7D; }

 p { color: rgb(238,172,125); }

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

background-color css

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

 a { background-color: rgb(238,172,125); }

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

border-color css

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

 span { border-color: rgb(238,172,125); }

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