Html Css Color HEX #EDCFAA Givry

📋 copy color: '#EDCFAA'

red 237 ◦ green 207 ◦ blue 170

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

Shades of Givry #EDCFAA

Tints of Givry #EDCFAA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.71%

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

R = 38.6%
G = 33.71%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EDCFAA (or 0xEDCFAA) is known color: Givry. HEX triplet: ED, CF and AA. RGB value is (237,207,170). Sum of RGB (Red+Green+Blue) = 237+207+170=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCFAA is #123055. Grayscale: #D3D3D3. Windows color (decimal): -1192022 or 11194349. OLE color: 11194349.

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

Color convert

RGB 237 207 170 -
CMYK 0 0.13 0.28 0.07
HSL 33.13º 0.65% 0.8% -
HSV(B) 33.13º 0.28% 0.93% -
XYZ 64.49 65.53 47.28 -
YUV 211.75 104.44 146.01 -
System Red Green Blue C M Y K H S L
Decimal 237 207 170 0 0.13 0.28 0.07 33.13 0.65 0.8
Hex ED CF AA 0 D 1C 7 21 41 50
Octal 355 317 252 0 15 34 7 41 101 120
Binary 11101101 11001111 10101010 0 1101 11100 111 100001 1000001 1010000

Color Harmonies of #EDCFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCFAA

Black with #EDCFAA

Text Example


Text Example

White with #EDCFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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