Html Css Color HEX #EDEEA2 Portafino

📋 copy color: '#EDEEA2'

red 237 ◦ green 238 ◦ blue 162

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

Shades of Portafino #EDEEA2

Tints of Portafino #EDEEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 25.43%

R = 37.21%
G = 37.36%
B = 25.43%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDEEA2 (or 0xEDEEA2) is known color: Portafino. HEX triplet: ED, EE and A2. RGB value is (237,238,162). Sum of RGB (Red+Green+Blue) = 237+238+162=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 162 (63.67% from 255 or 25.43% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEEA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEEA2 is #12115D. Grayscale: #E5E5E5. Windows color (decimal): -1184094 or 10677997. OLE color: 10677997.

HSL color Cylindrical-coordinate representation of color #EDEEA2: hue angle of 60.79º degrees, saturation: 0.69, 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 #EDEEA2 is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 238 162 -
CMYK 0.00 0 0.32 0.07
HSL 60.79º 0.69% 0.78% -
HSV(B) 60.79º 0.32% 0.93% -
XYZ 72.02 81.76 46.17 -
YUV 229.04 90.17 133.68 -
System Red Green Blue C M Y K H S L
Decimal 237 238 162 0.00 0 0.32 0.07 60.79 0.69 0.78
Hex ED EE A2 0 0 20 7 3D 45 4E
Octal 355 356 242 0 0 40 7 75 105 116
Binary 11101101 11101110 10100010 0 0 100000 111 111101 1000101 1001110

Color Harmonies of #EDEEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEEA2

Black with #EDEEA2

Text Example


Text Example

White with #EDEEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEEA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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