Html Css Color HEX #ECD6AF Givry

📋 copy color: '#ECD6AF'

red 236 ◦ green 214 ◦ blue 175

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

Shades of Givry #ECD6AF

Tints of Givry #ECD6AF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.24%

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

R = 37.76%
G = 34.24%
B = 28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ECD6AF (or 0xECD6AF) is known color: Givry. HEX triplet: EC, D6 and AF. RGB value is (236,214,175). Sum of RGB (Red+Green+Blue) = 236+214+175=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD6AF is #132950. Grayscale: #D8D8D8. Windows color (decimal): -1255761 or 11523820. OLE color: 11523820.

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

Color convert

RGB 236 214 175 -
CMYK 0 0.09 0.26 0.07
HSL 38.36º 0.62% 0.81% -
HSV(B) 38.36º 0.26% 0.93% -
XYZ 66.38 69.02 50.38 -
YUV 216.13 104.79 142.17 -
System Red Green Blue C M Y K H S L
Decimal 236 214 175 0 0.09 0.26 0.07 38.36 0.62 0.81
Hex EC D6 AF 0 9 1A 7 26 3E 51
Octal 354 326 257 0 11 32 7 46 76 121
Binary 11101100 11010110 10101111 0 1001 11010 111 100110 111110 1010001

Color Harmonies of #ECD6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD6AF

Black with #ECD6AF

Text Example


Text Example

White with #ECD6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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