Html Css Color HEX #EED6AB Givry

📋 copy color: '#EED6AB'

red 238 ◦ green 214 ◦ blue 171

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

Shades of Givry #EED6AB

Tints of Givry #EED6AB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.35%

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

R = 38.2%
G = 34.35%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EED6AB (or 0xEED6AB) is known color: Givry. HEX triplet: EE, D6 and AB. RGB value is (238,214,171). Sum of RGB (Red+Green+Blue) = 238+214+171=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 171 (67.19% from 255 or 27.45% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED6AB is #112954. Grayscale: #D8D8D8. Windows color (decimal): -1124693 or 11261678. OLE color: 11261678.

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

Color convert

RGB 238 214 171 -
CMYK 0 0.10 0.28 0.07
HSL 38.51º 0.66% 0.8% -
HSV(B) 38.51º 0.28% 0.93% -
XYZ 66.66 69.21 48.37 -
YUV 216.27 102.45 143.5 -
System Red Green Blue C M Y K H S L
Decimal 238 214 171 0 0.10 0.28 0.07 38.51 0.66 0.8
Hex EE D6 AB 0 A 1C 7 27 42 50
Octal 356 326 253 0 12 34 7 47 102 120
Binary 11101110 11010110 10101011 0 1010 11100 111 100111 1000010 1010000

Color Harmonies of #EED6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED6AB

Black with #EED6AB

Text Example


Text Example

White with #EED6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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