Html Css Color HEX #E6CCAE Givry

📋 copy color: '#E6CCAE'

red 230 ◦ green 204 ◦ blue 174

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

Shades of Givry #E6CCAE

Tints of Givry #E6CCAE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.55%

 BLUE value IS 174 (68.36% from 255) = 28.62%

R = 37.83%
G = 33.55%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E6CCAE (or 0xE6CCAE) is known color: Givry. HEX triplet: E6, CC and AE. RGB value is (230,204,174). Sum of RGB (Red+Green+Blue) = 230+204+174=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 174 (68.36% from 255 or 28.62% from 608); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CCAE is #193351. Grayscale: #D0D0D0. Windows color (decimal): -1651538 or 11455718. OLE color: 11455718.

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

Color convert

RGB 230 204 174 -
CMYK 0 0.11 0.24 0.10
HSL 32.14º 0.53% 0.79% -
HSV(B) 32.14º 0.24% 0.9% -
XYZ 61.87 63.06 48.96 -
YUV 208.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 230 204 174 0 0.11 0.24 0.10 32.14 0.53 0.79
Hex E6 CC AE 0 B 18 A 20 35 4F
Octal 346 314 256 0 13 30 12 40 65 117
Binary 11100110 11001100 10101110 0 1011 11000 1010 100000 110101 1001111

Color Harmonies of #E6CCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CCAE

Black with #E6CCAE

Text Example


Text Example

White with #E6CCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CCAE; }

 p { color: rgb(230,204,174); }

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

background-color css

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

 a { background-color: rgb(230,204,174); }

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

border-color css

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

 span { border-color: rgb(230,204,174); }

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