Html Css Color HEX #ECD2AE Givry

📋 copy color: '#ECD2AE'

red 236 ◦ green 210 ◦ blue 174

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

Shades of Givry #ECD2AE

Tints of Givry #ECD2AE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.87%

 BLUE value IS 174 (68.36% from 255) = 28.06%

R = 38.06%
G = 33.87%
B = 28.06%

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

#ECD2AE (or 0xECD2AE) is known color: Givry. HEX triplet: EC, D2 and AE. RGB value is (236,210,174). Sum of RGB (Red+Green+Blue) = 236+210+174=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 174 (68.36% from 255 or 28.06% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD2AE is #132D51. Grayscale: #D5D5D5. Windows color (decimal): -1256786 or 11457260. OLE color: 11457260.

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

Color convert

RGB 236 210 174 -
CMYK 0 0.11 0.26 0.07
HSL 34.84º 0.62% 0.8% -
HSV(B) 34.84º 0.26% 0.93% -
XYZ 65.28 66.98 49.53 -
YUV 213.67 105.61 143.93 -
System Red Green Blue C M Y K H S L
Decimal 236 210 174 0 0.11 0.26 0.07 34.84 0.62 0.8
Hex EC D2 AE 0 B 1A 7 23 3E 50
Octal 354 322 256 0 13 32 7 43 76 120
Binary 11101100 11010010 10101110 0 1011 11010 111 100011 111110 1010000

Color Harmonies of #ECD2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD2AE

Black with #ECD2AE

Text Example


Text Example

White with #ECD2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD2AE; }

 p { color: rgb(236,210,174); }

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

background-color css

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

 a { background-color: rgb(236,210,174); }

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

border-color css

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

 span { border-color: rgb(236,210,174); }

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