Html Css Color HEX #EEED9D Portafino

📋 copy color: '#EEED9D'

red 238 ◦ green 237 ◦ blue 157

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

Shades of Portafino #EEED9D

Tints of Portafino #EEED9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 24.84%

R = 37.66%
G = 37.5%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EEED9D (or 0xEEED9D) is known color: Portafino. HEX triplet: EE, ED and 9D. RGB value is (238,237,157). Sum of RGB (Red+Green+Blue) = 238+237+157=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 157 (61.72% from 255 or 24.84% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEED9D is #111262. Grayscale: #E4E4E4. Windows color (decimal): -1118819 or 10350062. OLE color: 10350062.

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

Color convert

RGB 238 237 157 -
CMYK 0 0.00 0.34 0.07
HSL 59.26º 0.7% 0.77% -
HSV(B) 59.26º 0.34% 0.93% -
XYZ 71.63 81.18 43.79 -
YUV 228.18 87.83 135 -
System Red Green Blue C M Y K H S L
Decimal 238 237 157 0 0.00 0.34 0.07 59.26 0.7 0.77
Hex EE ED 9D 0 0 22 7 3B 46 4D
Octal 356 355 235 0 0 42 7 73 106 115
Binary 11101110 11101101 10011101 0 0 100010 111 111011 1000110 1001101

Color Harmonies of #EEED9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEED9D

Black with #EEED9D

Text Example


Text Example

White with #EEED9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEED9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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