Html Css Color HEX #E6CDAB Givry

📋 copy color: '#E6CDAB'

red 230 ◦ green 205 ◦ blue 171

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

Shades of Givry #E6CDAB

Tints of Givry #E6CDAB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.83%

 BLUE value IS 171 (67.19% from 255) = 28.22%

R = 37.95%
G = 33.83%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E6CDAB (or 0xE6CDAB) is known color: Givry. HEX triplet: E6, CD and AB. RGB value is (230,205,171). Sum of RGB (Red+Green+Blue) = 230+205+171=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CDAB is #193254. Grayscale: #D0D0D0. Windows color (decimal): -1651285 or 11259366. OLE color: 11259366.

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

Color convert

RGB 230 205 171 -
CMYK 0 0.11 0.26 0.10
HSL 34.58º 0.54% 0.79% -
HSV(B) 34.58º 0.26% 0.9% -
XYZ 61.82 63.43 47.51 -
YUV 208.6 106.78 143.26 -
System Red Green Blue C M Y K H S L
Decimal 230 205 171 0 0.11 0.26 0.10 34.58 0.54 0.79
Hex E6 CD AB 0 B 1A A 23 36 4F
Octal 346 315 253 0 13 32 12 43 66 117
Binary 11100110 11001101 10101011 0 1011 11010 1010 100011 110110 1001111

Color Harmonies of #E6CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CDAB

Black with #E6CDAB

Text Example


Text Example

White with #E6CDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CDAB; }

 p { color: rgb(230,205,171); }

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

background-color css

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

 a { background-color: rgb(230,205,171); }

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

border-color css

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

 span { border-color: rgb(230,205,171); }

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