Html Css Color HEX #EDD5AB Givry

📋 copy color: '#EDD5AB'

red 237 ◦ green 213 ◦ blue 171

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

Shades of Givry #EDD5AB

Tints of Givry #EDD5AB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.3%

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

R = 38.16%
G = 34.3%
B = 27.54%

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

#EDD5AB (or 0xEDD5AB) is known color: Givry. HEX triplet: ED, D5 and AB. RGB value is (237,213,171). Sum of RGB (Red+Green+Blue) = 237+213+171=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD5AB is #122A54. Grayscale: #D7D7D7. Windows color (decimal): -1190485 or 11261421. OLE color: 11261421.

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

Color convert

RGB 237 213 171 -
CMYK 0 0.10 0.28 0.07
HSL 38.18º 0.65% 0.8% -
HSV(B) 38.18º 0.28% 0.93% -
XYZ 66.07 68.53 48.27 -
YUV 215.39 102.95 143.42 -
System Red Green Blue C M Y K H S L
Decimal 237 213 171 0 0.10 0.28 0.07 38.18 0.65 0.8
Hex ED D5 AB 0 A 1C 7 26 41 50
Octal 355 325 253 0 12 34 7 46 101 120
Binary 11101101 11010101 10101011 0 1010 11100 111 100110 1000001 1010000

Color Harmonies of #EDD5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD5AB

Black with #EDD5AB

Text Example


Text Example

White with #EDD5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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