Html Css Color HEX #E9CEAF Givry

📋 copy color: '#E9CEAF'

red 233 ◦ green 206 ◦ blue 175

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

Shades of Givry #E9CEAF

Tints of Givry #E9CEAF

RGB

 RED value IS 233 (91.41% from 255) = 37.95%

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

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

R = 37.95%
G = 33.55%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E9CEAF (or 0xE9CEAF) is known color: Givry. HEX triplet: E9, CE and AF. RGB value is (233,206,175). Sum of RGB (Red+Green+Blue) = 233+206+175=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CEAF is #163150. Grayscale: #D2D2D2. Windows color (decimal): -1454417 or 11521769. OLE color: 11521769.

HSL color Cylindrical-coordinate representation of color #E9CEAF: hue angle of 32.07º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9CEAF is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 206 175 -
CMYK 0 0.12 0.25 0.09
HSL 32.07º 0.57% 0.8% -
HSV(B) 32.07º 0.25% 0.91% -
XYZ 63.41 64.56 49.68 -
YUV 210.54 107.95 144.02 -
System Red Green Blue C M Y K H S L
Decimal 233 206 175 0 0.12 0.25 0.09 32.07 0.57 0.8
Hex E9 CE AF 0 C 19 9 20 39 50
Octal 351 316 257 0 14 31 11 40 71 120
Binary 11101001 11001110 10101111 0 1100 11001 1001 100000 111001 1010000

Color Harmonies of #E9CEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CEAF

Black with #E9CEAF

Text Example


Text Example

White with #E9CEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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