Html Css Color HEX #E4CFAA Givry

📋 copy color: '#E4CFAA'

red 228 ◦ green 207 ◦ blue 170

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

Shades of Givry #E4CFAA

Tints of Givry #E4CFAA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.21%

 BLUE value IS 170 (66.8% from 255) = 28.1%

R = 37.69%
G = 34.21%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E4CFAA (or 0xE4CFAA) is known color: Givry. HEX triplet: E4, CF and AA. RGB value is (228,207,170). Sum of RGB (Red+Green+Blue) = 228+207+170=605 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.69% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CFAA is #1B3055. Grayscale: #D1D1D1. Windows color (decimal): -1781846 or 11194340. OLE color: 11194340.

HSL color Cylindrical-coordinate representation of color #E4CFAA: hue angle of 38.28º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4CFAA is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 207 170 -
CMYK 0 0.09 0.25 0.11
HSL 38.28º 0.52% 0.78% -
HSV(B) 38.28º 0.25% 0.89% -
XYZ 61.56 64.02 47.14 -
YUV 209.06 105.96 141.51 -
System Red Green Blue C M Y K H S L
Decimal 228 207 170 0 0.09 0.25 0.11 38.28 0.52 0.78
Hex E4 CF AA 0 9 19 B 26 34 4E
Octal 344 317 252 0 11 31 13 46 64 116
Binary 11100100 11001111 10101010 0 1001 11001 1011 100110 110100 1001110

Color Harmonies of #E4CFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4CFAA

Black with #E4CFAA

Text Example


Text Example

White with #E4CFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4CFAA; }

 p { color: rgb(228,207,170); }

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

background-color css

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

 a { background-color: rgb(228,207,170); }

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

border-color css

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

 span { border-color: rgb(228,207,170); }

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