Html Css Color HEX #E5CFAB Givry

📋 copy color: '#E5CFAB'

red 229 ◦ green 207 ◦ blue 171

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

Shades of Givry #E5CFAB

Tints of Givry #E5CFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.17%

R = 37.73%
G = 34.1%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E5CFAB (or 0xE5CFAB) is known color: Givry. HEX triplet: E5, CF and AB. RGB value is (229,207,171). Sum of RGB (Red+Green+Blue) = 229+207+171=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CFAB is #1A3054. Grayscale: #D1D1D1. Windows color (decimal): -1716309 or 11259877. OLE color: 11259877.

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

Color convert

RGB 229 207 171 -
CMYK 0 0.10 0.25 0.10
HSL 37.24º 0.53% 0.78% -
HSV(B) 37.24º 0.25% 0.9% -
XYZ 61.98 64.22 47.66 -
YUV 209.47 106.29 141.93 -
System Red Green Blue C M Y K H S L
Decimal 229 207 171 0 0.10 0.25 0.10 37.24 0.53 0.78
Hex E5 CF AB 0 A 19 A 25 35 4E
Octal 345 317 253 0 12 31 12 45 65 116
Binary 11100101 11001111 10101011 0 1010 11001 1010 100101 110101 1001110

Color Harmonies of #E5CFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CFAB

Black with #E5CFAB

Text Example


Text Example

White with #E5CFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CFAB; }

 p { color: rgb(229,207,171); }

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

background-color css

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

 a { background-color: rgb(229,207,171); }

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

border-color css

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

 span { border-color: rgb(229,207,171); }

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