Html Css Color HEX #ECD5AF Givry

📋 copy color: '#ECD5AF'

red 236 ◦ green 213 ◦ blue 175

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

Shades of Givry #ECD5AF

Tints of Givry #ECD5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.13%

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

R = 37.82%
G = 34.13%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ECD5AF (or 0xECD5AF) is known color: Givry. HEX triplet: EC, D5 and AF. RGB value is (236,213,175). Sum of RGB (Red+Green+Blue) = 236+213+175=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD5AF is #132A50. Grayscale: #D7D7D7. Windows color (decimal): -1256017 or 11523564. OLE color: 11523564.

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

Color convert

RGB 236 213 175 -
CMYK 0 0.10 0.26 0.07
HSL 37.38º 0.62% 0.81% -
HSV(B) 37.38º 0.26% 0.93% -
XYZ 66.12 68.52 50.3 -
YUV 215.55 105.12 142.59 -
System Red Green Blue C M Y K H S L
Decimal 236 213 175 0 0.10 0.26 0.07 37.38 0.62 0.81
Hex EC D5 AF 0 A 1A 7 25 3E 51
Octal 354 325 257 0 12 32 7 45 76 121
Binary 11101100 11010101 10101111 0 1010 11010 111 100101 111110 1010001

Color Harmonies of #ECD5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD5AF

Black with #ECD5AF

Text Example


Text Example

White with #ECD5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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