Html Css Color HEX #ECF2BA Chiffon

📋 copy color: '#ECF2BA'

red 236 ◦ green 242 ◦ blue 186

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

Shades of Chiffon #ECF2BA

Tints of Chiffon #ECF2BA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.45%

 BLUE value IS 186 (73.05% from 255) = 28.01%

R = 35.54%
G = 36.45%
B = 28.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#ECF2BA (or 0xECF2BA) is known color: Chiffon. HEX triplet: EC, F2 and BA. RGB value is (236,242,186). Sum of RGB (Red+Green+Blue) = 236+242+186=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 186 (73.05% from 255 or 28.01% from 664); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2BA is #130D45. Grayscale: #EAEAEA. Windows color (decimal): -1248582 or 12251884. OLE color: 12251884.

HSL color Cylindrical-coordinate representation of color #ECF2BA: hue angle of 66.43º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECF2BA is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 242 186 -
CMYK 0.02 0 0.23 0.05
HSL 66.43º 0.68% 0.84% -
HSV(B) 66.43º 0.23% 0.95% -
XYZ 75.21 84.88 58.87 -
YUV 233.82 101.01 129.55 -
System Red Green Blue C M Y K H S L
Decimal 236 242 186 0.02 0 0.23 0.05 66.43 0.68 0.84
Hex EC F2 BA 2 0 17 5 42 44 54
Octal 354 362 272 2 0 27 5 102 104 124
Binary 11101100 11110010 10111010 10 0 10111 101 1000010 1000100 1010100

Color Harmonies of #ECF2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF2BA

Black with #ECF2BA

Text Example


Text Example

White with #ECF2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF2BA; }

 p { color: rgb(236,242,186); }

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

background-color css

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

 a { background-color: rgb(236,242,186); }

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

border-color css

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

 span { border-color: rgb(236,242,186); }

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