Html Css Color HEX #E4CDAA Givry

📋 copy color: '#E4CDAA'

red 228 ◦ green 205 ◦ blue 170

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

Shades of Givry #E4CDAA

Tints of Givry #E4CDAA

RGB

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

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

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

R = 37.81%
G = 34%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E4CDAA (or 0xE4CDAA) is known color: Givry. HEX triplet: E4, CD and AA. RGB value is (228,205,170). Sum of RGB (Red+Green+Blue) = 228+205+170=603 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.81% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CDAA is #1B3255. Grayscale: #D0D0D0. Windows color (decimal): -1782358 or 11193828. OLE color: 11193828.

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

Color convert

RGB 228 205 170 -
CMYK 0 0.10 0.25 0.11
HSL 36.21º 0.52% 0.78% -
HSV(B) 36.21º 0.25% 0.89% -
XYZ 61.08 63.06 46.98 -
YUV 207.89 106.62 142.35 -
System Red Green Blue C M Y K H S L
Decimal 228 205 170 0 0.10 0.25 0.11 36.21 0.52 0.78
Hex E4 CD AA 0 A 19 B 24 34 4E
Octal 344 315 252 0 12 31 13 44 64 116
Binary 11100100 11001101 10101010 0 1010 11001 1011 100100 110100 1001110

Color Harmonies of #E4CDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4CDAA

Black with #E4CDAA

Text Example


Text Example

White with #E4CDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4CDAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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