Html Css Color HEX #ECD8AF Givry

📋 copy color: '#ECD8AF'

red 236 ◦ green 216 ◦ blue 175

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

Shades of Givry #ECD8AF

Tints of Givry #ECD8AF

RGB

 RED value IS 236 (92.58% from 255) = 37.64%

 GREEN value IS 216 (84.77% from 255) = 34.45%

 BLUE value IS 175 (68.75% from 255) = 27.91%

R = 37.64%
G = 34.45%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ECD8AF (or 0xECD8AF) is known color: Givry. HEX triplet: EC, D8 and AF. RGB value is (236,216,175). Sum of RGB (Red+Green+Blue) = 236+216+175=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD8AF is #132750. Grayscale: #D9D9D9. Windows color (decimal): -1255249 or 11524332. OLE color: 11524332.

HSL color Cylindrical-coordinate representation of color #ECD8AF: hue angle of 40.33º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECD8AF is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 216 175 -
CMYK 0 0.08 0.26 0.07
HSL 40.33º 0.62% 0.81% -
HSV(B) 40.33º 0.26% 0.93% -
XYZ 66.89 70.04 50.55 -
YUV 217.31 104.13 141.33 -
System Red Green Blue C M Y K H S L
Decimal 236 216 175 0 0.08 0.26 0.07 40.33 0.62 0.81
Hex EC D8 AF 0 8 1A 7 28 3E 51
Octal 354 330 257 0 10 32 7 50 76 121
Binary 11101100 11011000 10101111 0 1000 11010 111 101000 111110 1010001

Color Harmonies of #ECD8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD8AF

Black with #ECD8AF

Text Example


Text Example

White with #ECD8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD8AF; }

 p { color: rgb(236,216,175); }

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

background-color css

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

 a { background-color: rgb(236,216,175); }

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

border-color css

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

 span { border-color: rgb(236,216,175); }

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