Html Css Color HEX #EFEE9D Portafino

📋 copy color: '#EFEE9D'

red 239 ◦ green 238 ◦ blue 157

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

Shades of Portafino #EFEE9D

Tints of Portafino #EFEE9D

RGB

 RED value IS 239 (93.75% from 255) = 37.7%

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

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

R = 37.7%
G = 37.54%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFEE9D (or 0xEFEE9D) is known color: Portafino. HEX triplet: EF, EE and 9D. RGB value is (239,238,157). Sum of RGB (Red+Green+Blue) = 239+238+157=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 157 (61.72% from 255 or 24.76% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEE9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEE9D is #101162. Grayscale: #E5E5E5. Windows color (decimal): -1053027 or 10350319. OLE color: 10350319.

HSL color Cylindrical-coordinate representation of color #EFEE9D: hue angle of 59.27º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFEE9D is Cyan = 0, Magento = 0.00, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 238 157 -
CMYK 0 0.00 0.34 0.06
HSL 59.27º 0.72% 0.78% -
HSV(B) 59.27º 0.34% 0.94% -
XYZ 72.26 81.93 43.9 -
YUV 229.07 87.33 135.09 -
System Red Green Blue C M Y K H S L
Decimal 239 238 157 0 0.00 0.34 0.06 59.27 0.72 0.78
Hex EF EE 9D 0 0 22 6 3B 48 4E
Octal 357 356 235 0 0 42 6 73 110 116
Binary 11101111 11101110 10011101 0 0 100010 110 111011 1001000 1001110

Color Harmonies of #EFEE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEE9D

Black with #EFEE9D

Text Example


Text Example

White with #EFEE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEE9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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