Html Css Color HEX #EFEA9B Portafino

📋 copy color: '#EFEA9B'

red 239 ◦ green 234 ◦ blue 155

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

Shades of Portafino #EFEA9B

Tints of Portafino #EFEA9B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.26%

 BLUE value IS 155 (60.94% from 255) = 24.68%

R = 38.06%
G = 37.26%
B = 24.68%

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

#EFEA9B (or 0xEFEA9B) is known color: Portafino. HEX triplet: EF, EA and 9B. RGB value is (239,234,155). Sum of RGB (Red+Green+Blue) = 239+234+155=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 155 (60.94% from 255 or 24.68% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEA9B is #101564. Grayscale: #E2E2E2. Windows color (decimal): -1054053 or 10218223. OLE color: 10218223.

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

Color convert

RGB 239 234 155 -
CMYK 0 0.02 0.35 0.06
HSL 56.43º 0.72% 0.77% -
HSV(B) 56.43º 0.35% 0.94% -
XYZ 70.94 79.56 42.63 -
YUV 226.49 87.66 136.92 -
System Red Green Blue C M Y K H S L
Decimal 239 234 155 0 0.02 0.35 0.06 56.43 0.72 0.77
Hex EF EA 9B 0 2 23 6 38 48 4D
Octal 357 352 233 0 2 43 6 70 110 115
Binary 11101111 11101010 10011011 0 10 100011 110 111000 1001000 1001101

Color Harmonies of #EFEA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA9B

Black with #EFEA9B

Text Example


Text Example

White with #EFEA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA9B; }

 p { color: rgb(239,234,155); }

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

background-color css

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

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

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

border-color css

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

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

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