Html Css Color HEX #E4D0AF Givry

📋 copy color: '#E4D0AF'

red 228 ◦ green 208 ◦ blue 175

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

Shades of Givry #E4D0AF

Tints of Givry #E4D0AF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.04%

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

R = 37.32%
G = 34.04%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E4D0AF (or 0xE4D0AF) is known color: Givry. HEX triplet: E4, D0 and AF. RGB value is (228,208,175). Sum of RGB (Red+Green+Blue) = 228+208+175=611 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.32% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4D0AF is #1B2F50. Grayscale: #D2D2D2. Windows color (decimal): -1781585 or 11522276. OLE color: 11522276.

HSL color Cylindrical-coordinate representation of color #E4D0AF: hue angle of 37.36º 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 #E4D0AF is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 208 175 -
CMYK 0 0.09 0.23 0.11
HSL 37.36º 0.5% 0.79% -
HSV(B) 37.36º 0.23% 0.89% -
XYZ 62.29 64.7 49.76 -
YUV 210.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 228 208 175 0 0.09 0.23 0.11 37.36 0.5 0.79
Hex E4 D0 AF 0 9 17 B 25 32 4F
Octal 344 320 257 0 11 27 13 45 62 117
Binary 11100100 11010000 10101111 0 1001 10111 1011 100101 110010 1001111

Color Harmonies of #E4D0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4D0AF

Black with #E4D0AF

Text Example


Text Example

White with #E4D0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4D0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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