Html Css Color HEX #E2CFAD Givry

📋 copy color: '#E2CFAD'

red 226 ◦ green 207 ◦ blue 173

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

Shades of Givry #E2CFAD

Tints of Givry #E2CFAD

RGB

 RED value IS 226 (88.67% from 255) = 37.29%

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

 BLUE value IS 173 (67.97% from 255) = 28.55%

R = 37.29%
G = 34.16%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E2CFAD (or 0xE2CFAD) is known color: Givry. HEX triplet: E2, CF and AD. RGB value is (226,207,173). Sum of RGB (Red+Green+Blue) = 226+207+173=606 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.29% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CFAD is #1D3052. Grayscale: #D0D0D0. Windows color (decimal): -1912915 or 11390946. OLE color: 11390946.

HSL color Cylindrical-coordinate representation of color #E2CFAD: hue angle of 38.49º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2CFAD is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 207 173 -
CMYK 0 0.08 0.23 0.11
HSL 38.49º 0.48% 0.78% -
HSV(B) 38.49º 0.23% 0.89% -
XYZ 61.22 63.81 48.63 -
YUV 208.81 107.79 140.26 -
System Red Green Blue C M Y K H S L
Decimal 226 207 173 0 0.08 0.23 0.11 38.49 0.48 0.78
Hex E2 CF AD 0 8 17 B 26 30 4E
Octal 342 317 255 0 10 27 13 46 60 116
Binary 11100010 11001111 10101101 0 1000 10111 1011 100110 110000 1001110

Color Harmonies of #E2CFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CFAD

Black with #E2CFAD

Text Example


Text Example

White with #E2CFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CFAD; }

 p { color: rgb(226,207,173); }

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

background-color css

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

 a { background-color: rgb(226,207,173); }

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

border-color css

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

 span { border-color: rgb(226,207,173); }

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