Html Css Color HEX #EDD4AA Givry

📋 copy color: '#EDD4AA'

red 237 ◦ green 212 ◦ blue 170

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

Shades of Givry #EDD4AA

Tints of Givry #EDD4AA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.25%

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

R = 38.29%
G = 34.25%
B = 27.46%

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

#EDD4AA (or 0xEDD4AA) is known color: Givry. HEX triplet: ED, D4 and AA. RGB value is (237,212,170). Sum of RGB (Red+Green+Blue) = 237+212+170=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD4AA is #122B55. Grayscale: #D6D6D6. Windows color (decimal): -1190742 or 11195629. OLE color: 11195629.

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

Color convert

RGB 237 212 170 -
CMYK 0 0.11 0.28 0.07
HSL 37.61º 0.65% 0.8% -
HSV(B) 37.61º 0.28% 0.93% -
XYZ 65.72 67.99 47.69 -
YUV 214.69 102.78 143.92 -
System Red Green Blue C M Y K H S L
Decimal 237 212 170 0 0.11 0.28 0.07 37.61 0.65 0.8
Hex ED D4 AA 0 B 1C 7 26 41 50
Octal 355 324 252 0 13 34 7 46 101 120
Binary 11101101 11010100 10101010 0 1011 11100 111 100110 1000001 1010000

Color Harmonies of #EDD4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD4AA

Black with #EDD4AA

Text Example


Text Example

White with #EDD4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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