Html Css Color HEX #EDD0AE Givry

📋 copy color: '#EDD0AE'

red 237 ◦ green 208 ◦ blue 174

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

Shades of Givry #EDD0AE

Tints of Givry #EDD0AE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.6%

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

R = 38.29%
G = 33.6%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDD0AE (or 0xEDD0AE) is known color: Givry. HEX triplet: ED, D0 and AE. RGB value is (237,208,174). Sum of RGB (Red+Green+Blue) = 237+208+174=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD0AE is #122F51. Grayscale: #D4D4D4. Windows color (decimal): -1191762 or 11456749. OLE color: 11456749.

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

Color convert

RGB 237 208 174 -
CMYK 0 0.12 0.27 0.07
HSL 32.38º 0.64% 0.81% -
HSV(B) 32.38º 0.27% 0.93% -
XYZ 65.12 66.17 49.38 -
YUV 212.8 106.11 145.26 -
System Red Green Blue C M Y K H S L
Decimal 237 208 174 0 0.12 0.27 0.07 32.38 0.64 0.81
Hex ED D0 AE 0 C 1B 7 20 40 51
Octal 355 320 256 0 14 33 7 40 100 121
Binary 11101101 11010000 10101110 0 1100 11011 111 100000 1000000 1010001

Color Harmonies of #EDD0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0AE

Black with #EDD0AE

Text Example


Text Example

White with #EDD0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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