Html Css Color HEX #EDEC9D Portafino

📋 copy color: '#EDEC9D'

red 237 ◦ green 236 ◦ blue 157

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

Shades of Portafino #EDEC9D

Tints of Portafino #EDEC9D

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

RGB 237 236 157 -
CMYK 0 0.00 0.34 0.07
HSL 59.25º 0.69% 0.77% -
HSV(B) 59.25º 0.34% 0.93% -
XYZ 71.01 80.43 43.68 -
YUV 227.29 88.33 134.92 -
System Red Green Blue C M Y K H S L
Decimal 237 236 157 0 0.00 0.34 0.07 59.25 0.69 0.77
Hex ED EC 9D 0 0 22 7 3B 45 4D
Octal 355 354 235 0 0 42 7 73 105 115
Binary 11101101 11101100 10011101 0 0 100010 111 111011 1000101 1001101

Color Harmonies of #EDEC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC9D

Black with #EDEC9D

Text Example


Text Example

White with #EDEC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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