Html Css Color HEX #ECED9D Portafino

📋 copy color: '#ECED9D'

red 236 ◦ green 237 ◦ blue 157

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

Shades of Portafino #ECED9D

Tints of Portafino #ECED9D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.62%

 BLUE value IS 157 (61.72% from 255) = 24.92%

R = 37.46%
G = 37.62%
B = 24.92%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ECED9D (or 0xECED9D) is known color: Portafino. HEX triplet: EC, ED and 9D. RGB value is (236,237,157). Sum of RGB (Red+Green+Blue) = 236+237+157=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 157 (61.72% from 255 or 24.92% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECED9D is #131262. Grayscale: #E3E3E3. Windows color (decimal): -1249891 or 10350060. OLE color: 10350060.

HSL color Cylindrical-coordinate representation of color #ECED9D: hue angle of 60.75º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECED9D is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 237 157 -
CMYK 0.00 0 0.34 0.07
HSL 60.75º 0.69% 0.77% -
HSV(B) 60.75º 0.34% 0.93% -
XYZ 70.96 80.84 43.76 -
YUV 227.58 88.17 134 -
System Red Green Blue C M Y K H S L
Decimal 236 237 157 0.00 0 0.34 0.07 60.75 0.69 0.77
Hex EC ED 9D 0 0 22 7 3D 45 4D
Octal 354 355 235 0 0 42 7 75 105 115
Binary 11101100 11101101 10011101 0 0 100010 111 111101 1000101 1001101

Color Harmonies of #ECED9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECED9D

Black with #ECED9D

Text Example


Text Example

White with #ECED9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECED9D; }

 p { color: rgb(236,237,157); }

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

background-color css

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

 a { background-color: rgb(236,237,157); }

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

border-color css

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

 span { border-color: rgb(236,237,157); }

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