Html Css Color HEX #E6D0AD Givry

📋 copy color: '#E6D0AD'

red 230 ◦ green 208 ◦ blue 173

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

Shades of Givry #E6D0AD

Tints of Givry #E6D0AD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.04%

 BLUE value IS 173 (67.97% from 255) = 28.31%

R = 37.64%
G = 34.04%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E6D0AD (or 0xE6D0AD) is known color: Givry. HEX triplet: E6, D0 and AD. RGB value is (230,208,173). Sum of RGB (Red+Green+Blue) = 230+208+173=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D0AD is #192F52. Grayscale: #D2D2D2. Windows color (decimal): -1650515 or 11391206. OLE color: 11391206.

HSL color Cylindrical-coordinate representation of color #E6D0AD: hue angle of 36.84º degrees, saturation: 0.53, 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 #E6D0AD is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 208 173 -
CMYK 0 0.10 0.25 0.10
HSL 36.84º 0.53% 0.79% -
HSV(B) 36.84º 0.25% 0.9% -
XYZ 62.73 64.95 48.77 -
YUV 210.59 106.79 141.85 -
System Red Green Blue C M Y K H S L
Decimal 230 208 173 0 0.10 0.25 0.10 36.84 0.53 0.79
Hex E6 D0 AD 0 A 19 A 25 35 4F
Octal 346 320 255 0 12 31 12 45 65 117
Binary 11100110 11010000 10101101 0 1010 11001 1010 100101 110101 1001111

Color Harmonies of #E6D0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D0AD

Black with #E6D0AD

Text Example


Text Example

White with #E6D0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D0AD; }

 p { color: rgb(230,208,173); }

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

background-color css

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

 a { background-color: rgb(230,208,173); }

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

border-color css

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

 span { border-color: rgb(230,208,173); }

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