Html Css Color HEX #E4CDAE Givry

📋 copy color: '#E4CDAE'

red 228 ◦ green 205 ◦ blue 174

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

Shades of Givry #E4CDAE

Tints of Givry #E4CDAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.67%

R = 37.56%
G = 33.77%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E4CDAE (or 0xE4CDAE) is known color: Givry. HEX triplet: E4, CD and AE. RGB value is (228,205,174). Sum of RGB (Red+Green+Blue) = 228+205+174=607 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.56% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CDAE is #1B3251. Grayscale: #D0D0D0. Windows color (decimal): -1782354 or 11455972. OLE color: 11455972.

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

Color convert

RGB 228 205 174 -
CMYK 0 0.10 0.24 0.11
HSL 34.44º 0.5% 0.79% -
HSV(B) 34.44º 0.24% 0.89% -
XYZ 61.47 63.21 49.01 -
YUV 208.34 108.62 142.02 -
System Red Green Blue C M Y K H S L
Decimal 228 205 174 0 0.10 0.24 0.11 34.44 0.5 0.79
Hex E4 CD AE 0 A 18 B 22 32 4F
Octal 344 315 256 0 12 30 13 42 62 117
Binary 11100100 11001101 10101110 0 1010 11000 1011 100010 110010 1001111

Color Harmonies of #E4CDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4CDAE

Black with #E4CDAE

Text Example


Text Example

White with #E4CDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4CDAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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