Html Css Color HEX #E6CDAC Givry

📋 copy color: '#E6CDAC'

red 230 ◦ green 205 ◦ blue 172

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

Shades of Givry #E6CDAC

Tints of Givry #E6CDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.34%

R = 37.89%
G = 33.77%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E6CDAC (or 0xE6CDAC) is known color: Givry. HEX triplet: E6, CD and AC. RGB value is (230,205,172). Sum of RGB (Red+Green+Blue) = 230+205+172=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CDAC is #193253. Grayscale: #D0D0D0. Windows color (decimal): -1651284 or 11324902. OLE color: 11324902.

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

Color convert

RGB 230 205 172 -
CMYK 0 0.11 0.25 0.10
HSL 34.14º 0.54% 0.79% -
HSV(B) 34.14º 0.25% 0.9% -
XYZ 61.91 63.46 48.02 -
YUV 208.71 107.28 143.18 -
System Red Green Blue C M Y K H S L
Decimal 230 205 172 0 0.11 0.25 0.10 34.14 0.54 0.79
Hex E6 CD AC 0 B 19 A 22 36 4F
Octal 346 315 254 0 13 31 12 42 66 117
Binary 11100110 11001101 10101100 0 1011 11001 1010 100010 110110 1001111

Color Harmonies of #E6CDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CDAC

Black with #E6CDAC

Text Example


Text Example

White with #E6CDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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