Html Css Color HEX #ECD1AF Givry

📋 copy color: '#ECD1AF'

red 236 ◦ green 209 ◦ blue 175

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

Shades of Givry #ECD1AF

Tints of Givry #ECD1AF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.71%

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

R = 38.06%
G = 33.71%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ECD1AF (or 0xECD1AF) is known color: Givry. HEX triplet: EC, D1 and AF. RGB value is (236,209,175). Sum of RGB (Red+Green+Blue) = 236+209+175=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD1AF is #132E50. Grayscale: #D5D5D5. Windows color (decimal): -1257041 or 11522540. OLE color: 11522540.

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

Color convert

RGB 236 209 175 -
CMYK 0 0.11 0.26 0.07
HSL 33.44º 0.62% 0.81% -
HSV(B) 33.44º 0.26% 0.93% -
XYZ 65.13 66.53 49.97 -
YUV 213.2 106.45 144.26 -
System Red Green Blue C M Y K H S L
Decimal 236 209 175 0 0.11 0.26 0.07 33.44 0.62 0.81
Hex EC D1 AF 0 B 1A 7 21 3E 51
Octal 354 321 257 0 13 32 7 41 76 121
Binary 11101100 11010001 10101111 0 1011 11010 111 100001 111110 1010001

Color Harmonies of #ECD1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD1AF

Black with #ECD1AF

Text Example


Text Example

White with #ECD1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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