Html Css Color HEX #E4CEAF Givry

📋 copy color: '#E4CEAF'

red 228 ◦ green 206 ◦ blue 175

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

Shades of Givry #E4CEAF

Tints of Givry #E4CEAF

RGB

 RED value IS 228 (89.45% from 255) = 37.44%

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

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

R = 37.44%
G = 33.83%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E4CEAF (or 0xE4CEAF) is known color: Givry. HEX triplet: E4, CE and AF. RGB value is (228,206,175). Sum of RGB (Red+Green+Blue) = 228+206+175=609 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.44% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CEAF is #1B3150. Grayscale: #D1D1D1. Windows color (decimal): -1782097 or 11521764. OLE color: 11521764.

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

Color convert

RGB 228 206 175 -
CMYK 0 0.10 0.23 0.11
HSL 35.09º 0.5% 0.79% -
HSV(B) 35.09º 0.23% 0.89% -
XYZ 61.8 63.73 49.6 -
YUV 209.04 108.79 141.52 -
System Red Green Blue C M Y K H S L
Decimal 228 206 175 0 0.10 0.23 0.11 35.09 0.5 0.79
Hex E4 CE AF 0 A 17 B 23 32 4F
Octal 344 316 257 0 12 27 13 43 62 117
Binary 11100100 11001110 10101111 0 1010 10111 1011 100011 110010 1001111

Color Harmonies of #E4CEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4CEAF

Black with #E4CEAF

Text Example


Text Example

White with #E4CEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4CEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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