Html Css Color HEX #EFE99E Portafino

📋 copy color: '#EFE99E'

red 239 ◦ green 233 ◦ blue 158

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

Shades of Portafino #EFE99E

Tints of Portafino #EFE99E

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.98%

 BLUE value IS 158 (62.11% from 255) = 25.08%

R = 37.94%
G = 36.98%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFE99E (or 0xEFE99E) is known color: Portafino. HEX triplet: EF, E9 and 9E. RGB value is (239,233,158). Sum of RGB (Red+Green+Blue) = 239+233+158=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 158 (62.11% from 255 or 25.08% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE99E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE99E is #101661. Grayscale: #E2E2E2. Windows color (decimal): -1054306 or 10414575. OLE color: 10414575.

HSL color Cylindrical-coordinate representation of color #EFE99E: hue angle of 55.56º 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 #EFE99E is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 233 158 -
CMYK 0 0.03 0.34 0.06
HSL 55.56º 0.72% 0.78% -
HSV(B) 55.56º 0.34% 0.94% -
XYZ 70.91 79.1 43.88 -
YUV 226.24 89.49 137.1 -
System Red Green Blue C M Y K H S L
Decimal 239 233 158 0 0.03 0.34 0.06 55.56 0.72 0.78
Hex EF E9 9E 0 3 22 6 38 48 4E
Octal 357 351 236 0 3 42 6 70 110 116
Binary 11101111 11101001 10011110 0 11 100010 110 111000 1001000 1001110

Color Harmonies of #EFE99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE99E

Black with #EFE99E

Text Example


Text Example

White with #EFE99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE99E; }

 p { color: rgb(239,233,158); }

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

background-color css

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

 a { background-color: rgb(239,233,158); }

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

border-color css

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

 span { border-color: rgb(239,233,158); }

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