Html Css Color HEX #EDF1A1 Portafino

📋 copy color: '#EDF1A1'

red 237 ◦ green 241 ◦ blue 161

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

Shades of Portafino #EDF1A1

Tints of Portafino #EDF1A1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.72%

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

R = 37.09%
G = 37.72%
B = 25.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#EDF1A1 (or 0xEDF1A1) is known color: Portafino. HEX triplet: ED, F1 and A1. RGB value is (237,241,161). Sum of RGB (Red+Green+Blue) = 237+241+161=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 161 (63.28% from 255 or 25.20% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF1A1 is #120E5E. Grayscale: #E7E7E7. Windows color (decimal): -1183327 or 10613229. OLE color: 10613229.

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

Color convert

RGB 237 241 161 -
CMYK 0.02 0 0.33 0.05
HSL 63º 0.74% 0.79% -
HSV(B) 63º 0.33% 0.95% -
XYZ 72.81 83.49 46 -
YUV 230.68 88.67 132.5 -
System Red Green Blue C M Y K H S L
Decimal 237 241 161 0.02 0 0.33 0.05 63 0.74 0.79
Hex ED F1 A1 2 0 21 5 3F 4A 4F
Octal 355 361 241 2 0 41 5 77 112 117
Binary 11101101 11110001 10100001 10 0 100001 101 111111 1001010 1001111

Color Harmonies of #EDF1A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF1A1

Black with #EDF1A1

Text Example


Text Example

White with #EDF1A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF1A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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