Html Css Color HEX #E2CCAE Givry

📋 copy color: '#E2CCAE'

red 226 ◦ green 204 ◦ blue 174

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

Shades of Givry #E2CCAE

Tints of Givry #E2CCAE

RGB

 RED value IS 226 (88.67% from 255) = 37.42%

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

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

R = 37.42%
G = 33.77%
B = 28.81%

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

#E2CCAE (or 0xE2CCAE) is known color: Givry. HEX triplet: E2, CC and AE. RGB value is (226,204,174). Sum of RGB (Red+Green+Blue) = 226+204+174=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CCAE is #1D3351. Grayscale: #CFCFCF. Windows color (decimal): -1913682 or 11455714. OLE color: 11455714.

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

Color convert

RGB 226 204 174 -
CMYK 0 0.10 0.23 0.11
HSL 34.62º 0.47% 0.78% -
HSV(B) 34.62º 0.23% 0.89% -
XYZ 60.6 62.41 48.9 -
YUV 207.16 109.29 141.44 -
System Red Green Blue C M Y K H S L
Decimal 226 204 174 0 0.10 0.23 0.11 34.62 0.47 0.78
Hex E2 CC AE 0 A 17 B 23 2F 4E
Octal 342 314 256 0 12 27 13 43 57 116
Binary 11100010 11001100 10101110 0 1010 10111 1011 100011 101111 1001110

Color Harmonies of #E2CCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CCAE

Black with #E2CCAE

Text Example


Text Example

White with #E2CCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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