Html Css Color HEX #E5CEAE Givry

📋 copy color: '#E5CEAE'

red 229 ◦ green 206 ◦ blue 174

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

Shades of Givry #E5CEAE

Tints of Givry #E5CEAE

RGB

 RED value IS 229 (89.84% from 255) = 37.6%

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

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

R = 37.6%
G = 33.83%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E5CEAE (or 0xE5CEAE) is known color: Givry. HEX triplet: E5, CE and AE. RGB value is (229,206,174). Sum of RGB (Red+Green+Blue) = 229+206+174=609 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.60% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 174 (68.36% from 255 or 28.57% from 609); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CEAE is #1A3151. Grayscale: #D1D1D1. Windows color (decimal): -1716562 or 11456229. OLE color: 11456229.

HSL color Cylindrical-coordinate representation of color #E5CEAE: hue angle of 34.91º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5CEAE is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 206 174 -
CMYK 0 0.10 0.24 0.10
HSL 34.91º 0.51% 0.79% -
HSV(B) 34.91º 0.24% 0.9% -
XYZ 62.02 63.86 49.1 -
YUV 209.23 108.12 142.1 -
System Red Green Blue C M Y K H S L
Decimal 229 206 174 0 0.10 0.24 0.10 34.91 0.51 0.79
Hex E5 CE AE 0 A 18 A 23 33 4F
Octal 345 316 256 0 12 30 12 43 63 117
Binary 11100101 11001110 10101110 0 1010 11000 1010 100011 110011 1001111

Color Harmonies of #E5CEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CEAE

Black with #E5CEAE

Text Example


Text Example

White with #E5CEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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