Html Css Color HEX #E5CEAF Givry

📋 copy color: '#E5CEAF'

red 229 ◦ green 206 ◦ blue 175

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

Shades of Givry #E5CEAF

Tints of Givry #E5CEAF

RGB

 RED value IS 229 (89.84% from 255) = 37.54%

 GREEN value IS 206 (80.86% from 255) = 33.77%

 BLUE value IS 175 (68.75% from 255) = 28.69%

R = 37.54%
G = 33.77%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E5CEAF (or 0xE5CEAF) is known color: Givry. HEX triplet: E5, CE and AF. RGB value is (229,206,175). Sum of RGB (Red+Green+Blue) = 229+206+175=610 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.54% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CEAF is #1A3150. Grayscale: #D1D1D1. Windows color (decimal): -1716561 or 11521765. OLE color: 11521765.

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

Color convert

RGB 229 206 175 -
CMYK 0 0.10 0.24 0.10
HSL 34.44º 0.51% 0.79% -
HSV(B) 34.44º 0.24% 0.9% -
XYZ 62.12 63.9 49.62 -
YUV 209.34 108.62 142.02 -
System Red Green Blue C M Y K H S L
Decimal 229 206 175 0 0.10 0.24 0.10 34.44 0.51 0.79
Hex E5 CE AF 0 A 18 A 22 33 4F
Octal 345 316 257 0 12 30 12 42 63 117
Binary 11100101 11001110 10101111 0 1010 11000 1010 100010 110011 1001111

Color Harmonies of #E5CEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CEAF

Black with #E5CEAF

Text Example


Text Example

White with #E5CEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CEAF; }

 p { color: rgb(229,206,175); }

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

background-color css

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

 a { background-color: rgb(229,206,175); }

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

border-color css

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

 span { border-color: rgb(229,206,175); }

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