Html Css Color HEX #E6BDA5 Just Right

📋 copy color: '#E6BDA5'

red 230 ◦ green 189 ◦ blue 165

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

Shades of Just Right #E6BDA5

Tints of Just Right #E6BDA5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.36%

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

R = 39.38%
G = 32.36%
B = 28.25%

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

#E6BDA5 (or 0xE6BDA5) is known color: Just Right. HEX triplet: E6, BD and A5. RGB value is (230,189,165). Sum of RGB (Red+Green+Blue) = 230+189+165=584 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.38% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 165 (64.84% from 255 or 28.25% from 584); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BDA5 is #19425A. Grayscale: #C6C6C6. Windows color (decimal): -1655387 or 10862054. OLE color: 10862054.

HSL color Cylindrical-coordinate representation of color #E6BDA5: hue angle of 22.15º 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 #E6BDA5 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 189 165 -
CMYK 0 0.18 0.28 0.10
HSL 22.15º 0.57% 0.77% -
HSV(B) 22.15º 0.28% 0.9% -
XYZ 57.62 55.93 43.36 -
YUV 198.52 109.08 150.45 -
System Red Green Blue C M Y K H S L
Decimal 230 189 165 0 0.18 0.28 0.10 22.15 0.57 0.77
Hex E6 BD A5 0 12 1C A 16 39 4D
Octal 346 275 245 0 22 34 12 26 71 115
Binary 11100110 10111101 10100101 0 10010 11100 1010 10110 111001 1001101

Color Harmonies of #E6BDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BDA5

Black with #E6BDA5

Text Example


Text Example

White with #E6BDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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