Html Css Color HEX #EDF2A0 Portafino

📋 copy color: '#EDF2A0'

red 237 ◦ green 242 ◦ blue 160

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

Shades of Portafino #EDF2A0

Tints of Portafino #EDF2A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 25.04%

R = 37.09%
G = 37.87%
B = 25.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#EDF2A0 (or 0xEDF2A0) is known color: Portafino. HEX triplet: ED, F2 and A0. RGB value is (237,242,160). Sum of RGB (Red+Green+Blue) = 237+242+160=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 160 (62.89% from 255 or 25.04% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF2A0 is #120D5F. Grayscale: #E7E7E7. Windows color (decimal): -1183072 or 10547949. OLE color: 10547949.

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

Color convert

RGB 237 242 160 -
CMYK 0.02 0 0.34 0.05
HSL 63.66º 0.76% 0.79% -
HSV(B) 63.66º 0.34% 0.95% -
XYZ 73.02 84.05 45.63 -
YUV 231.16 87.84 132.17 -
System Red Green Blue C M Y K H S L
Decimal 237 242 160 0.02 0 0.34 0.05 63.66 0.76 0.79
Hex ED F2 A0 2 0 22 5 40 4C 4F
Octal 355 362 240 2 0 42 5 100 114 117
Binary 11101101 11110010 10100000 10 0 100010 101 1000000 1001100 1001111

Color Harmonies of #EDF2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF2A0

Black with #EDF2A0

Text Example


Text Example

White with #EDF2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF2A0; }

 p { color: rgb(237,242,160); }

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

background-color css

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

 a { background-color: rgb(237,242,160); }

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

border-color css

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

 span { border-color: rgb(237,242,160); }

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