Html Css Color HEX #EDD6AB Givry

📋 copy color: '#EDD6AB'

red 237 ◦ green 214 ◦ blue 171

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

Shades of Givry #EDD6AB

Tints of Givry #EDD6AB

RGB

 RED value IS 237 (92.97% from 255) = 38.1%

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

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

R = 38.1%
G = 34.41%
B = 27.49%

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

#EDD6AB (or 0xEDD6AB) is known color: Givry. HEX triplet: ED, D6 and AB. RGB value is (237,214,171). Sum of RGB (Red+Green+Blue) = 237+214+171=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 214 (83.98% from 255 or 34.41% from 622); Blue value is 171 (67.19% from 255 or 27.49% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD6AB is #122954. Grayscale: #D8D8D8. Windows color (decimal): -1190229 or 11261677. OLE color: 11261677.

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

Color convert

RGB 237 214 171 -
CMYK 0 0.10 0.28 0.07
HSL 39.09º 0.65% 0.8% -
HSV(B) 39.09º 0.28% 0.93% -
XYZ 66.32 69.04 48.36 -
YUV 215.98 102.62 143 -
System Red Green Blue C M Y K H S L
Decimal 237 214 171 0 0.10 0.28 0.07 39.09 0.65 0.8
Hex ED D6 AB 0 A 1C 7 27 41 50
Octal 355 326 253 0 12 34 7 47 101 120
Binary 11101101 11010110 10101011 0 1010 11100 111 100111 1000001 1010000

Color Harmonies of #EDD6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6AB

Black with #EDD6AB

Text Example


Text Example

White with #EDD6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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