Html Css Color HEX #EEA68D Tonys Pink

📋 copy color: '#EEA68D'

red 238 ◦ green 166 ◦ blue 141

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

Shades of Tonys Pink #EEA68D

Tints of Tonys Pink #EEA68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.87%

R = 43.67%
G = 30.46%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EEA68D (or 0xEEA68D) is known color: Tonys Pink. HEX triplet: EE, A6 and 8D. RGB value is (238,166,141). Sum of RGB (Red+Green+Blue) = 238+166+141=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA68D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA68D is #115972. Grayscale: #B8B8B8. Windows color (decimal): -1137011 or 9283310. OLE color: 9283310.

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

Color convert

RGB 238 166 141 -
CMYK 0 0.30 0.41 0.07
HSL 15.46º 0.74% 0.74% -
HSV(B) 15.46º 0.41% 0.93% -
XYZ 53.7 47.37 31.51 -
YUV 184.68 103.35 166.03 -
System Red Green Blue C M Y K H S L
Decimal 238 166 141 0 0.30 0.41 0.07 15.46 0.74 0.74
Hex EE A6 8D 0 1E 29 7 F 4A 4A
Octal 356 246 215 0 36 51 7 17 112 112
Binary 11101110 10100110 10001101 0 11110 101001 111 1111 1001010 1001010

Color Harmonies of #EEA68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA68D

Black with #EEA68D

Text Example


Text Example

White with #EEA68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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