Html Css Color HEX #EDEEA0 Portafino

📋 copy color: '#EDEEA0'

red 237 ◦ green 238 ◦ blue 160

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

Shades of Portafino #EDEEA0

Tints of Portafino #EDEEA0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.48%

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

R = 37.32%
G = 37.48%
B = 25.2%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDEEA0 (or 0xEDEEA0) is known color: Portafino. HEX triplet: ED, EE and A0. RGB value is (237,238,160). Sum of RGB (Red+Green+Blue) = 237+238+160=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 160 (62.89% from 255 or 25.20% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEEA0 is #12115F. Grayscale: #E5E5E5. Windows color (decimal): -1184096 or 10546925. OLE color: 10546925.

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

Color convert

RGB 237 238 160 -
CMYK 0.00 0 0.33 0.07
HSL 60.77º 0.7% 0.78% -
HSV(B) 60.77º 0.33% 0.93% -
XYZ 71.84 81.69 45.24 -
YUV 228.81 89.17 133.84 -
System Red Green Blue C M Y K H S L
Decimal 237 238 160 0.00 0 0.33 0.07 60.77 0.7 0.78
Hex ED EE A0 0 0 21 7 3D 46 4E
Octal 355 356 240 0 0 41 7 75 106 116
Binary 11101101 11101110 10100000 0 0 100001 111 111101 1000110 1001110

Color Harmonies of #EDEEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEEA0

Black with #EDEEA0

Text Example


Text Example

White with #EDEEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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