Html Css Color HEX #ECD4B2 Givry

📋 copy color: '#ECD4B2'

red 236 ◦ green 212 ◦ blue 178

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

Shades of Givry #ECD4B2

Tints of Givry #ECD4B2

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.87%

 BLUE value IS 178 (69.92% from 255) = 28.43%

R = 37.7%
G = 33.87%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ECD4B2 (or 0xECD4B2) is known color: Givry. HEX triplet: EC, D4 and B2. RGB value is (236,212,178). Sum of RGB (Red+Green+Blue) = 236+212+178=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 212 (83.20% from 255 or 33.87% from 626); Blue value is 178 (69.92% from 255 or 28.43% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD4B2 is #132B4D. Grayscale: #D7D7D7. Windows color (decimal): -1256270 or 11719916. OLE color: 11719916.

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

Color convert

RGB 236 212 178 -
CMYK 0 0.10 0.25 0.07
HSL 35.17º 0.6% 0.81% -
HSV(B) 35.17º 0.25% 0.93% -
XYZ 66.17 68.13 51.78 -
YUV 215.3 106.95 142.76 -
System Red Green Blue C M Y K H S L
Decimal 236 212 178 0 0.10 0.25 0.07 35.17 0.6 0.81
Hex EC D4 B2 0 A 19 7 23 3C 51
Octal 354 324 262 0 12 31 7 43 74 121
Binary 11101100 11010100 10110010 0 1010 11001 111 100011 111100 1010001

Color Harmonies of #ECD4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD4B2

Black with #ECD4B2

Text Example


Text Example

White with #ECD4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD4B2; }

 p { color: rgb(236,212,178); }

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

background-color css

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

 a { background-color: rgb(236,212,178); }

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

border-color css

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

 span { border-color: rgb(236,212,178); }

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