Html Css Color HEX #E8CEAE Givry

📋 copy color: '#E8CEAE'

red 232 ◦ green 206 ◦ blue 174

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

Shades of Givry #E8CEAE

Tints of Givry #E8CEAE

RGB

 RED value IS 232 (91.02% from 255) = 37.91%

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

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

R = 37.91%
G = 33.66%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E8CEAE (or 0xE8CEAE) is known color: Givry. HEX triplet: E8, CE and AE. RGB value is (232,206,174). Sum of RGB (Red+Green+Blue) = 232+206+174=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 174 (68.36% from 255 or 28.43% from 612); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CEAE is #173151. Grayscale: #D2D2D2. Windows color (decimal): -1519954 or 11456232. OLE color: 11456232.

HSL color Cylindrical-coordinate representation of color #E8CEAE: hue angle of 33.1º degrees, saturation: 0.56, 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 #E8CEAE is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 206 174 -
CMYK 0 0.11 0.25 0.09
HSL 33.1º 0.56% 0.8% -
HSV(B) 33.1º 0.25% 0.91% -
XYZ 62.99 64.35 49.15 -
YUV 210.13 107.61 143.6 -
System Red Green Blue C M Y K H S L
Decimal 232 206 174 0 0.11 0.25 0.09 33.1 0.56 0.8
Hex E8 CE AE 0 B 19 9 21 38 50
Octal 350 316 256 0 13 31 11 41 70 120
Binary 11101000 11001110 10101110 0 1011 11001 1001 100001 111000 1010000

Color Harmonies of #E8CEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CEAE

Black with #E8CEAE

Text Example


Text Example

White with #E8CEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CEAE; }

 p { color: rgb(232,206,174); }

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

background-color css

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

 a { background-color: rgb(232,206,174); }

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

border-color css

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

 span { border-color: rgb(232,206,174); }

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