Html Css Color HEX #E5BCA0 Just Right

📋 copy color: '#E5BCA0'

red 229 ◦ green 188 ◦ blue 160

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

Shades of Just Right #E5BCA0

Tints of Just Right #E5BCA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 27.73%

R = 39.69%
G = 32.58%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E5BCA0 (or 0xE5BCA0) is known color: Just Right. HEX triplet: E5, BC and A0. RGB value is (229,188,160). Sum of RGB (Red+Green+Blue) = 229+188+160=577 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.69% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 160 (62.89% from 255 or 27.73% from 577); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BCA0 is #1A435F. Grayscale: #C5C5C5. Windows color (decimal): -1721184 or 10534117. OLE color: 10534117.

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

Color convert

RGB 229 188 160 -
CMYK 0 0.18 0.30 0.10
HSL 24.35º 0.57% 0.76% -
HSV(B) 24.35º 0.3% 0.9% -
XYZ 56.64 55.16 40.92 -
YUV 197.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 229 188 160 0 0.18 0.30 0.10 24.35 0.57 0.76
Hex E5 BC A0 0 12 1E A 18 39 4C
Octal 345 274 240 0 22 36 12 30 71 114
Binary 11100101 10111100 10100000 0 10010 11110 1010 11000 111001 1001100

Color Harmonies of #E5BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BCA0

Black with #E5BCA0

Text Example


Text Example

White with #E5BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BCA0; }

 p { color: rgb(229,188,160); }

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

background-color css

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

 a { background-color: rgb(229,188,160); }

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

border-color css

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

 span { border-color: rgb(229,188,160); }

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