Html Css Color HEX #EDD3AA Givry

📋 copy color: '#EDD3AA'

red 237 ◦ green 211 ◦ blue 170

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

Shades of Givry #EDD3AA

Tints of Givry #EDD3AA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.14%

 BLUE value IS 170 (66.8% from 255) = 27.51%

R = 38.35%
G = 34.14%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EDD3AA (or 0xEDD3AA) is known color: Givry. HEX triplet: ED, D3 and AA. RGB value is (237,211,170). Sum of RGB (Red+Green+Blue) = 237+211+170=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 211 (82.81% from 255 or 34.14% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD3AA is #122C55. Grayscale: #D6D6D6. Windows color (decimal): -1190998 or 11195373. OLE color: 11195373.

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

Color convert

RGB 237 211 170 -
CMYK 0 0.11 0.28 0.07
HSL 36.72º 0.65% 0.8% -
HSV(B) 36.72º 0.28% 0.93% -
XYZ 65.48 67.5 47.61 -
YUV 214.1 103.11 144.33 -
System Red Green Blue C M Y K H S L
Decimal 237 211 170 0 0.11 0.28 0.07 36.72 0.65 0.8
Hex ED D3 AA 0 B 1C 7 25 41 50
Octal 355 323 252 0 13 34 7 45 101 120
Binary 11101101 11010011 10101010 0 1011 11100 111 100101 1000001 1010000

Color Harmonies of #EDD3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD3AA

Black with #EDD3AA

Text Example


Text Example

White with #EDD3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD3AA; }

 p { color: rgb(237,211,170); }

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

background-color css

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

 a { background-color: rgb(237,211,170); }

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

border-color css

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

 span { border-color: rgb(237,211,170); }

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