Html Css Color HEX #E6C2A9 Just Right

📋 copy color: '#E6C2A9'

red 230 ◦ green 194 ◦ blue 169

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

Shades of Just Right #E6C2A9

Tints of Just Right #E6C2A9

RGB

 RED value IS 230 (90.23% from 255) = 38.79%

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

 BLUE value IS 169 (66.41% from 255) = 28.5%

R = 38.79%
G = 32.72%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E6C2A9 (or 0xE6C2A9) is known color: Just Right. HEX triplet: E6, C2 and A9. RGB value is (230,194,169). Sum of RGB (Red+Green+Blue) = 230+194+169=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 169 (66.41% from 255 or 28.50% from 593); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C2A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C2A9 is #193D56. Grayscale: #CACACA. Windows color (decimal): -1654103 or 11125478. OLE color: 11125478.

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

Color convert

RGB 230 194 169 -
CMYK 0 0.16 0.27 0.10
HSL 24.59º 0.55% 0.78% -
HSV(B) 24.59º 0.27% 0.9% -
XYZ 59.09 58.27 45.67 -
YUV 201.91 109.43 148.03 -
System Red Green Blue C M Y K H S L
Decimal 230 194 169 0 0.16 0.27 0.10 24.59 0.55 0.78
Hex E6 C2 A9 0 10 1B A 19 37 4E
Octal 346 302 251 0 20 33 12 31 67 116
Binary 11100110 11000010 10101001 0 10000 11011 1010 11001 110111 1001110

Color Harmonies of #E6C2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C2A9

Black with #E6C2A9

Text Example


Text Example

White with #E6C2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C2A9; }

 p { color: rgb(230,194,169); }

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

background-color css

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

 a { background-color: rgb(230,194,169); }

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

border-color css

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

 span { border-color: rgb(230,194,169); }

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