Html Css Color HEX #EDEFA1 Portafino

📋 copy color: '#EDEFA1'

red 237 ◦ green 239 ◦ blue 161

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

Shades of Portafino #EDEFA1

Tints of Portafino #EDEFA1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.52%

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

R = 37.21%
G = 37.52%
B = 25.27%

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

#EDEFA1 (or 0xEDEFA1) is known color: Portafino. HEX triplet: ED, EF and A1. RGB value is (237,239,161). Sum of RGB (Red+Green+Blue) = 237+239+161=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 161 (63.28% from 255 or 25.27% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEFA1 is #12105E. Grayscale: #E5E5E5. Windows color (decimal): -1183839 or 10612717. OLE color: 10612717.

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

Color convert

RGB 237 239 161 -
CMYK 0.01 0 0.33 0.06
HSL 61.54º 0.71% 0.78% -
HSV(B) 61.54º 0.33% 0.94% -
XYZ 72.22 82.31 45.8 -
YUV 229.51 89.34 133.34 -
System Red Green Blue C M Y K H S L
Decimal 237 239 161 0.01 0 0.33 0.06 61.54 0.71 0.78
Hex ED EF A1 1 0 21 6 3E 47 4E
Octal 355 357 241 1 0 41 6 76 107 116
Binary 11101101 11101111 10100001 1 0 100001 110 111110 1000111 1001110

Color Harmonies of #EDEFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFA1

Black with #EDEFA1

Text Example


Text Example

White with #EDEFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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