Html Css Color HEX #EEED9B Portafino

📋 copy color: '#EEED9B'

red 238 ◦ green 237 ◦ blue 155

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

Shades of Portafino #EEED9B

Tints of Portafino #EEED9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 24.6%

R = 37.78%
G = 37.62%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EEED9B (or 0xEEED9B) is known color: Portafino. HEX triplet: EE, ED and 9B. RGB value is (238,237,155). Sum of RGB (Red+Green+Blue) = 238+237+155=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 155 (60.94% from 255 or 24.60% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEED9B is #111264. Grayscale: #E4E4E4. Windows color (decimal): -1118821 or 10218990. OLE color: 10218990.

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

Color convert

RGB 238 237 155 -
CMYK 0 0.00 0.35 0.07
HSL 59.28º 0.71% 0.77% -
HSV(B) 59.28º 0.35% 0.93% -
XYZ 71.46 81.11 42.9 -
YUV 227.95 86.83 135.17 -
System Red Green Blue C M Y K H S L
Decimal 238 237 155 0 0.00 0.35 0.07 59.28 0.71 0.77
Hex EE ED 9B 0 0 23 7 3B 47 4D
Octal 356 355 233 0 0 43 7 73 107 115
Binary 11101110 11101101 10011011 0 0 100011 111 111011 1000111 1001101

Color Harmonies of #EEED9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEED9B

Black with #EEED9B

Text Example


Text Example

White with #EEED9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEED9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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