Html Css Color HEX #EFEB94 Portafino

📋 copy color: '#EFEB94'

red 239 ◦ green 235 ◦ blue 148

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

Shades of Portafino #EFEB94

Tints of Portafino #EFEB94

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.78%

 BLUE value IS 148 (58.2% from 255) = 23.79%

R = 38.42%
G = 37.78%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFEB94 (or 0xEFEB94) is known color: Portafino. HEX triplet: EF, EB and 94. RGB value is (239,235,148). Sum of RGB (Red+Green+Blue) = 239+235+148=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 148 (58.20% from 255 or 23.79% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEB94 is #10146B. Grayscale: #E2E2E2. Windows color (decimal): -1053804 or 9759727. OLE color: 9759727.

HSL color Cylindrical-coordinate representation of color #EFEB94: hue angle of 57.36º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFEB94 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 235 148 -
CMYK 0 0.02 0.38 0.06
HSL 57.36º 0.74% 0.76% -
HSV(B) 57.36º 0.38% 0.94% -
XYZ 70.65 79.91 39.72 -
YUV 226.28 83.83 137.07 -
System Red Green Blue C M Y K H S L
Decimal 239 235 148 0 0.02 0.38 0.06 57.36 0.74 0.76
Hex EF EB 94 0 2 26 6 39 4A 4C
Octal 357 353 224 0 2 46 6 71 112 114
Binary 11101111 11101011 10010100 0 10 100110 110 111001 1001010 1001100

Color Harmonies of #EFEB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEB94

Black with #EFEB94

Text Example


Text Example

White with #EFEB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEB94; }

 p { color: rgb(239,235,148); }

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

background-color css

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

 a { background-color: rgb(239,235,148); }

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

border-color css

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

 span { border-color: rgb(239,235,148); }

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