Html Css Color HEX #EFEF9C Portafino

📋 copy color: '#EFEF9C'

red 239 ◦ green 239 ◦ blue 156

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

Shades of Portafino #EFEF9C

Tints of Portafino #EFEF9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 24.61%

R = 37.7%
G = 37.7%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFEF9C (or 0xEFEF9C) is known color: Portafino. HEX triplet: EF, EF and 9C. RGB value is (239,239,156). Sum of RGB (Red+Green+Blue) = 239+239+156=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 156 (61.33% from 255 or 24.61% from 634); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEF9C is #101063. Grayscale: #E5E5E5. Windows color (decimal): -1052772 or 10285039. OLE color: 10285039.

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

Color convert

RGB 239 239 156 -
CMYK 0 0 0.35 0.06
HSL 60º 0.72% 0.77% -
HSV(B) 60º 0.35% 0.94% -
XYZ 72.46 82.48 43.55 -
YUV 229.54 86.5 134.75 -
System Red Green Blue C M Y K H S L
Decimal 239 239 156 0 0 0.35 0.06 60 0.72 0.77
Hex EF EF 9C 0 0 23 6 3C 48 4D
Octal 357 357 234 0 0 43 6 74 110 115
Binary 11101111 11101111 10011100 0 0 100011 110 111100 1001000 1001101

Color Harmonies of #EFEF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF9C

Black with #EFEF9C

Text Example


Text Example

White with #EFEF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF9C; }

 p { color: rgb(239,239,156); }

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

background-color css

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

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

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

border-color css

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

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

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