Html Css Color HEX #EDD0AC Givry

📋 copy color: '#EDD0AC'

red 237 ◦ green 208 ◦ blue 172

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

Shades of Givry #EDD0AC

Tints of Givry #EDD0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.88%

R = 38.41%
G = 33.71%
B = 27.88%

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

#EDD0AC (or 0xEDD0AC) is known color: Givry. HEX triplet: ED, D0 and AC. RGB value is (237,208,172). Sum of RGB (Red+Green+Blue) = 237+208+172=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD0AC is #122F53. Grayscale: #D4D4D4. Windows color (decimal): -1191764 or 11325677. OLE color: 11325677.

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

Color convert

RGB 237 208 172 -
CMYK 0 0.12 0.27 0.07
HSL 33.23º 0.64% 0.8% -
HSV(B) 33.23º 0.27% 0.93% -
XYZ 64.93 66.09 48.37 -
YUV 212.57 105.11 145.43 -
System Red Green Blue C M Y K H S L
Decimal 237 208 172 0 0.12 0.27 0.07 33.23 0.64 0.8
Hex ED D0 AC 0 C 1B 7 21 40 50
Octal 355 320 254 0 14 33 7 41 100 120
Binary 11101101 11010000 10101100 0 1100 11011 111 100001 1000000 1010000

Color Harmonies of #EDD0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0AC

Black with #EDD0AC

Text Example


Text Example

White with #EDD0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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