Html Css Color HEX #EEEDA2 Portafino

📋 copy color: '#EEEDA2'

red 238 ◦ green 237 ◦ blue 162

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

Shades of Portafino #EEEDA2

Tints of Portafino #EEEDA2

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

RGB 238 237 162 -
CMYK 0 0.00 0.32 0.07
HSL 59.21º 0.69% 0.78% -
HSV(B) 59.21º 0.32% 0.93% -
XYZ 72.07 81.35 46.09 -
YUV 228.75 90.33 134.6 -
System Red Green Blue C M Y K H S L
Decimal 238 237 162 0 0.00 0.32 0.07 59.21 0.69 0.78
Hex EE ED A2 0 0 20 7 3B 45 4E
Octal 356 355 242 0 0 40 7 73 105 116
Binary 11101110 11101101 10100010 0 0 100000 111 111011 1000101 1001110

Color Harmonies of #EEEDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEDA2

Black with #EEEDA2

Text Example


Text Example

White with #EEEDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEDA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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