Html Css Color HEX #E4D0AA Givry

📋 copy color: '#E4D0AA'

red 228 ◦ green 208 ◦ blue 170

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

Shades of Givry #E4D0AA

Tints of Givry #E4D0AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.05%

R = 37.62%
G = 34.32%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E4D0AA (or 0xE4D0AA) is known color: Givry. HEX triplet: E4, D0 and AA. RGB value is (228,208,170). Sum of RGB (Red+Green+Blue) = 228+208+170=606 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.62% from 606); Green value is 208 (81.64% from 255 or 34.32% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4D0AA is #1B2F55. Grayscale: #D1D1D1. Windows color (decimal): -1781590 or 11194596. OLE color: 11194596.

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

Color convert

RGB 228 208 170 -
CMYK 0 0.09 0.25 0.11
HSL 39.31º 0.52% 0.78% -
HSV(B) 39.31º 0.25% 0.89% -
XYZ 61.81 64.51 47.22 -
YUV 209.65 105.63 141.09 -
System Red Green Blue C M Y K H S L
Decimal 228 208 170 0 0.09 0.25 0.11 39.31 0.52 0.78
Hex E4 D0 AA 0 9 19 B 27 34 4E
Octal 344 320 252 0 11 31 13 47 64 116
Binary 11100100 11010000 10101010 0 1001 11001 1011 100111 110100 1001110

Color Harmonies of #E4D0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4D0AA

Black with #E4D0AA

Text Example


Text Example

White with #E4D0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4D0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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