Html Css Color HEX #EDD6AE Givry

📋 copy color: '#EDD6AE'

red 237 ◦ green 214 ◦ blue 174

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

Shades of Givry #EDD6AE

Tints of Givry #EDD6AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 27.84%

R = 37.92%
G = 34.24%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDD6AE (or 0xEDD6AE) is known color: Givry. HEX triplet: ED, D6 and AE. RGB value is (237,214,174). Sum of RGB (Red+Green+Blue) = 237+214+174=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 174 (68.36% from 255 or 27.84% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD6AE is #122951. Grayscale: #D8D8D8. Windows color (decimal): -1190226 or 11458285. OLE color: 11458285.

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

Color convert

RGB 237 214 174 -
CMYK 0 0.10 0.27 0.07
HSL 38.1º 0.64% 0.81% -
HSV(B) 38.1º 0.27% 0.93% -
XYZ 66.61 69.15 49.88 -
YUV 216.32 104.12 142.75 -
System Red Green Blue C M Y K H S L
Decimal 237 214 174 0 0.10 0.27 0.07 38.1 0.64 0.81
Hex ED D6 AE 0 A 1B 7 26 40 51
Octal 355 326 256 0 12 33 7 46 100 121
Binary 11101101 11010110 10101110 0 1010 11011 111 100110 1000000 1010001

Color Harmonies of #EDD6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD6AE

Black with #EDD6AE

Text Example


Text Example

White with #EDD6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD6AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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