Html Css Color HEX #EDF0A1 Portafino

📋 copy color: '#EDF0A1'

red 237 ◦ green 240 ◦ blue 161

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

Shades of Portafino #EDF0A1

Tints of Portafino #EDF0A1

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.62%

 BLUE value IS 161 (63.28% from 255) = 25.24%

R = 37.15%
G = 37.62%
B = 25.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EDF0A1 (or 0xEDF0A1) is known color: Portafino. HEX triplet: ED, F0 and A1. RGB value is (237,240,161). Sum of RGB (Red+Green+Blue) = 237+240+161=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 240 (94.14% from 255 or 37.62% from 638); Blue value is 161 (63.28% from 255 or 25.24% from 638); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF0A1 is #120F5E. Grayscale: #E6E6E6. Windows color (decimal): -1183583 or 10612973. OLE color: 10612973.

HSL color Cylindrical-coordinate representation of color #EDF0A1: hue angle of 62.28º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDF0A1 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 161 -
CMYK 0.01 0 0.33 0.06
HSL 62.28º 0.72% 0.79% -
HSV(B) 62.28º 0.33% 0.94% -
XYZ 72.52 82.9 45.9 -
YUV 230.1 89.01 132.92 -
System Red Green Blue C M Y K H S L
Decimal 237 240 161 0.01 0 0.33 0.06 62.28 0.72 0.79
Hex ED F0 A1 1 0 21 6 3E 48 4F
Octal 355 360 241 1 0 41 6 76 110 117
Binary 11101101 11110000 10100001 1 0 100001 110 111110 1001000 1001111

Color Harmonies of #EDF0A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF0A1

Black with #EDF0A1

Text Example


Text Example

White with #EDF0A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF0A1; }

 p { color: rgb(237,240,161); }

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

background-color css

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

 a { background-color: rgb(237,240,161); }

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

border-color css

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

 span { border-color: rgb(237,240,161); }

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