Html Css Color HEX #E4CDAF Givry

📋 copy color: '#E4CDAF'

red 228 ◦ green 205 ◦ blue 175

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

Shades of Givry #E4CDAF

Tints of Givry #E4CDAF

RGB

 RED value IS 228 (89.45% from 255) = 37.5%

 GREEN value IS 205 (80.47% from 255) = 33.72%

 BLUE value IS 175 (68.75% from 255) = 28.78%

R = 37.5%
G = 33.72%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E4CDAF (or 0xE4CDAF) is known color: Givry. HEX triplet: E4, CD and AF. RGB value is (228,205,175). Sum of RGB (Red+Green+Blue) = 228+205+175=608 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.5% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CDAF is #1B3250. Grayscale: #D0D0D0. Windows color (decimal): -1782353 or 11521508. OLE color: 11521508.

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

Color convert

RGB 228 205 175 -
CMYK 0 0.10 0.23 0.11
HSL 33.96º 0.5% 0.79% -
HSV(B) 33.96º 0.23% 0.89% -
XYZ 61.56 63.25 49.52 -
YUV 208.46 109.12 141.94 -
System Red Green Blue C M Y K H S L
Decimal 228 205 175 0 0.10 0.23 0.11 33.96 0.5 0.79
Hex E4 CD AF 0 A 17 B 22 32 4F
Octal 344 315 257 0 12 27 13 42 62 117
Binary 11100100 11001101 10101111 0 1010 10111 1011 100010 110010 1001111

Color Harmonies of #E4CDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4CDAF

Black with #E4CDAF

Text Example


Text Example

White with #E4CDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4CDAF; }

 p { color: rgb(228,205,175); }

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

background-color css

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

 a { background-color: rgb(228,205,175); }

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

border-color css

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

 span { border-color: rgb(228,205,175); }

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