Html Css Color HEX #E5C2AA Just Right

📋 copy color: '#E5C2AA'

red 229 ◦ green 194 ◦ blue 170

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

Shades of Just Right #E5C2AA

Tints of Just Right #E5C2AA

RGB

 RED value IS 229 (89.84% from 255) = 38.62%

 GREEN value IS 194 (76.17% from 255) = 32.72%

 BLUE value IS 170 (66.8% from 255) = 28.67%

R = 38.62%
G = 32.72%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E5C2AA (or 0xE5C2AA) is known color: Just Right. HEX triplet: E5, C2 and AA. RGB value is (229,194,170). Sum of RGB (Red+Green+Blue) = 229+194+170=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C2AA is #1A3D55. Grayscale: #C9C9C9. Windows color (decimal): -1719638 or 11191013. OLE color: 11191013.

HSL color Cylindrical-coordinate representation of color #E5C2AA: hue angle of 24.41º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5C2AA is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 194 170 -
CMYK 0 0.15 0.26 0.10
HSL 24.41º 0.53% 0.78% -
HSV(B) 24.41º 0.26% 0.9% -
XYZ 58.86 58.14 46.15 -
YUV 201.73 110.1 147.45 -
System Red Green Blue C M Y K H S L
Decimal 229 194 170 0 0.15 0.26 0.10 24.41 0.53 0.78
Hex E5 C2 AA 0 F 1A A 18 35 4E
Octal 345 302 252 0 17 32 12 30 65 116
Binary 11100101 11000010 10101010 0 1111 11010 1010 11000 110101 1001110

Color Harmonies of #E5C2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C2AA

Black with #E5C2AA

Text Example


Text Example

White with #E5C2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C2AA; }

 p { color: rgb(229,194,170); }

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

background-color css

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

 a { background-color: rgb(229,194,170); }

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

border-color css

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

 span { border-color: rgb(229,194,170); }

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