Html Css Color HEX #EED4AB Givry

📋 copy color: '#EED4AB'

red 238 ◦ green 212 ◦ blue 171

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

Shades of Givry #EED4AB

Tints of Givry #EED4AB

RGB

 RED value IS 238 (93.36% from 255) = 38.33%

 GREEN value IS 212 (83.2% from 255) = 34.14%

 BLUE value IS 171 (67.19% from 255) = 27.54%

R = 38.33%
G = 34.14%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EED4AB (or 0xEED4AB) is known color: Givry. HEX triplet: EE, D4 and AB. RGB value is (238,212,171). Sum of RGB (Red+Green+Blue) = 238+212+171=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED4AB is #112B54. Grayscale: #D7D7D7. Windows color (decimal): -1125205 or 11261166. OLE color: 11261166.

HSL color Cylindrical-coordinate representation of color #EED4AB: hue angle of 36.72º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EED4AB is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 212 171 -
CMYK 0 0.11 0.28 0.07
HSL 36.72º 0.66% 0.8% -
HSV(B) 36.72º 0.28% 0.93% -
XYZ 66.15 68.2 48.21 -
YUV 215.1 103.11 144.33 -
System Red Green Blue C M Y K H S L
Decimal 238 212 171 0 0.11 0.28 0.07 36.72 0.66 0.8
Hex EE D4 AB 0 B 1C 7 25 42 50
Octal 356 324 253 0 13 34 7 45 102 120
Binary 11101110 11010100 10101011 0 1011 11100 111 100101 1000010 1010000

Color Harmonies of #EED4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED4AB

Black with #EED4AB

Text Example


Text Example

White with #EED4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED4AB; }

 p { color: rgb(238,212,171); }

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

background-color css

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

 a { background-color: rgb(238,212,171); }

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

border-color css

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

 span { border-color: rgb(238,212,171); }

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