Html Css Color HEX #EFEB9C Portafino

📋 copy color: '#EFEB9C'

red 239 ◦ green 235 ◦ blue 156

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

Shades of Portafino #EFEB9C

Tints of Portafino #EFEB9C

RGB

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

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

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

R = 37.94%
G = 37.3%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFEB9C (or 0xEFEB9C) is known color: Portafino. HEX triplet: EF, EB and 9C. RGB value is (239,235,156). Sum of RGB (Red+Green+Blue) = 239+235+156=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 156 (61.33% from 255 or 24.76% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEB9C is #101463. Grayscale: #E3E3E3. Windows color (decimal): -1053796 or 10284015. OLE color: 10284015.

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

Color convert

RGB 239 235 156 -
CMYK 0 0.02 0.35 0.06
HSL 57.11º 0.72% 0.77% -
HSV(B) 57.11º 0.35% 0.94% -
XYZ 71.31 80.17 43.17 -
YUV 227.19 87.83 136.42 -
System Red Green Blue C M Y K H S L
Decimal 239 235 156 0 0.02 0.35 0.06 57.11 0.72 0.77
Hex EF EB 9C 0 2 23 6 39 48 4D
Octal 357 353 234 0 2 43 6 71 110 115
Binary 11101111 11101011 10011100 0 10 100011 110 111001 1001000 1001101

Color Harmonies of #EFEB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEB9C

Black with #EFEB9C

Text Example


Text Example

White with #EFEB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEB9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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