Html Css Color HEX #EDEDA1 Portafino

📋 copy color: '#EDEDA1'

red 237 ◦ green 237 ◦ blue 161

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

Shades of Portafino #EDEDA1

Tints of Portafino #EDEDA1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.32%

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

R = 37.32%
G = 37.32%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDEDA1 (or 0xEDEDA1) is known color: Portafino. HEX triplet: ED, ED and A1. RGB value is (237,237,161). Sum of RGB (Red+Green+Blue) = 237+237+161=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 161 (63.28% from 255 or 25.35% from 635); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDEDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEDA1 is #12125E. Grayscale: #E4E4E4. Windows color (decimal): -1184351 or 10612205. OLE color: 10612205.

HSL color Cylindrical-coordinate representation of color #EDEDA1: hue angle of 60º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDEDA1 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 161 -
CMYK 0 0 0.32 0.07
HSL 60º 0.68% 0.78% -
HSV(B) 60º 0.32% 0.93% -
XYZ 71.64 81.15 45.61 -
YUV 228.34 90 134.18 -
System Red Green Blue C M Y K H S L
Decimal 237 237 161 0 0 0.32 0.07 60 0.68 0.78
Hex ED ED A1 0 0 20 7 3C 44 4E
Octal 355 355 241 0 0 40 7 74 104 116
Binary 11101101 11101101 10100001 0 0 100000 111 111100 1000100 1001110

Color Harmonies of #EDEDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEDA1

Black with #EDEDA1

Text Example


Text Example

White with #EDEDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEDA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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