Html Css Color HEX #EDD6B1 Givry

📋 copy color: '#EDD6B1'

red 237 ◦ green 214 ◦ blue 177

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

Shades of Givry #EDD6B1

Tints of Givry #EDD6B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 28.18%

R = 37.74%
G = 34.08%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EDD6B1 (or 0xEDD6B1) is known color: Givry. HEX triplet: ED, D6 and B1. RGB value is (237,214,177). Sum of RGB (Red+Green+Blue) = 237+214+177=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 177 (69.53% from 255 or 28.18% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD6B1 is #12294E. Grayscale: #D8D8D8. Windows color (decimal): -1190223 or 11654893. OLE color: 11654893.

HSL color Cylindrical-coordinate representation of color #EDD6B1: hue angle of 37º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDD6B1 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 214 177 -
CMYK 0 0.10 0.25 0.07
HSL 37º 0.63% 0.81% -
HSV(B) 37º 0.25% 0.93% -
XYZ 66.91 69.27 51.44 -
YUV 216.66 105.62 142.51 -
System Red Green Blue C M Y K H S L
Decimal 237 214 177 0 0.10 0.25 0.07 37 0.63 0.81
Hex ED D6 B1 0 A 19 7 25 3E 51
Octal 355 326 261 0 12 31 7 45 76 121
Binary 11101101 11010110 10110001 0 1010 11001 111 100101 111110 1010001

Color Harmonies of #EDD6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6B1

Black with #EDD6B1

Text Example


Text Example

White with #EDD6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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