Html Css Color HEX #E5CFAC Givry

📋 copy color: '#E5CFAC'

red 229 ◦ green 207 ◦ blue 172

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

Shades of Givry #E5CFAC

Tints of Givry #E5CFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.29%

R = 37.66%
G = 34.05%
B = 28.29%

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

#E5CFAC (or 0xE5CFAC) is known color: Givry. HEX triplet: E5, CF and AC. RGB value is (229,207,172). Sum of RGB (Red+Green+Blue) = 229+207+172=608 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.66% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CFAC is #1A3053. Grayscale: #D1D1D1. Windows color (decimal): -1716308 or 11325413. OLE color: 11325413.

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

Color convert

RGB 229 207 172 -
CMYK 0 0.10 0.25 0.10
HSL 36.84º 0.52% 0.79% -
HSV(B) 36.84º 0.25% 0.9% -
XYZ 62.07 64.26 48.16 -
YUV 209.59 106.79 141.85 -
System Red Green Blue C M Y K H S L
Decimal 229 207 172 0 0.10 0.25 0.10 36.84 0.52 0.79
Hex E5 CF AC 0 A 19 A 25 34 4F
Octal 345 317 254 0 12 31 12 45 64 117
Binary 11100101 11001111 10101100 0 1010 11001 1010 100101 110100 1001111

Color Harmonies of #E5CFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CFAC

Black with #E5CFAC

Text Example


Text Example

White with #E5CFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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