Html Css Color HEX #E8CEB0 Givry

📋 copy color: '#E8CEB0'

red 232 ◦ green 206 ◦ blue 176

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

Shades of Givry #E8CEB0

Tints of Givry #E8CEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.66%

R = 37.79%
G = 33.55%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E8CEB0 (or 0xE8CEB0) is known color: Givry. HEX triplet: E8, CE and B0. RGB value is (232,206,176). Sum of RGB (Red+Green+Blue) = 232+206+176=614 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.79% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 176 (69.14% from 255 or 28.66% from 614); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CEB0 is #17314F. Grayscale: #D2D2D2. Windows color (decimal): -1519952 or 11587304. OLE color: 11587304.

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

Color convert

RGB 232 206 176 -
CMYK 0 0.11 0.24 0.09
HSL 32.14º 0.55% 0.8% -
HSV(B) 32.14º 0.24% 0.91% -
XYZ 63.19 64.43 50.18 -
YUV 210.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 232 206 176 0 0.11 0.24 0.09 32.14 0.55 0.8
Hex E8 CE B0 0 B 18 9 20 37 50
Octal 350 316 260 0 13 30 11 40 67 120
Binary 11101000 11001110 10110000 0 1011 11000 1001 100000 110111 1010000

Color Harmonies of #E8CEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CEB0

Black with #E8CEB0

Text Example


Text Example

White with #E8CEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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