Html Css Color HEX #E6BCA5 Just Right

📋 copy color: '#E6BCA5'

red 230 ◦ green 188 ◦ blue 165

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

Shades of Just Right #E6BCA5

Tints of Just Right #E6BCA5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.25%

 BLUE value IS 165 (64.84% from 255) = 28.3%

R = 39.45%
G = 32.25%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E6BCA5 (or 0xE6BCA5) is known color: Just Right. HEX triplet: E6, BC and A5. RGB value is (230,188,165). Sum of RGB (Red+Green+Blue) = 230+188+165=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 165 (64.84% from 255 or 28.30% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BCA5 is #19435A. Grayscale: #C6C6C6. Windows color (decimal): -1655643 or 10861798. OLE color: 10861798.

HSL color Cylindrical-coordinate representation of color #E6BCA5: hue angle of 21.23º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6BCA5 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 188 165 -
CMYK 0 0.18 0.28 0.10
HSL 21.23º 0.57% 0.77% -
HSV(B) 21.23º 0.28% 0.9% -
XYZ 57.41 55.51 43.29 -
YUV 197.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 230 188 165 0 0.18 0.28 0.10 21.23 0.57 0.77
Hex E6 BC A5 0 12 1C A 15 39 4D
Octal 346 274 245 0 22 34 12 25 71 115
Binary 11100110 10111100 10100101 0 10010 11100 1010 10101 111001 1001101

Color Harmonies of #E6BCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BCA5

Black with #E6BCA5

Text Example


Text Example

White with #E6BCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BCA5; }

 p { color: rgb(230,188,165); }

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

background-color css

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

 a { background-color: rgb(230,188,165); }

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

border-color css

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

 span { border-color: rgb(230,188,165); }

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