Html Css Color HEX #EFEF9A Portafino

📋 copy color: '#EFEF9A'

red 239 ◦ green 239 ◦ blue 154

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

Shades of Portafino #EFEF9A

Tints of Portafino #EFEF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 24.37%

R = 37.82%
G = 37.82%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFEF9A (or 0xEFEF9A) is known color: Portafino. HEX triplet: EF, EF and 9A. RGB value is (239,239,154). Sum of RGB (Red+Green+Blue) = 239+239+154=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 154 (60.55% from 255 or 24.37% from 632); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEF9A is #101065. Grayscale: #E5E5E5. Windows color (decimal): -1052774 or 10153967. OLE color: 10153967.

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

Color convert

RGB 239 239 154 -
CMYK 0 0 0.36 0.06
HSL 60º 0.73% 0.77% -
HSV(B) 60º 0.36% 0.94% -
XYZ 72.3 82.42 42.67 -
YUV 229.31 85.5 134.91 -
System Red Green Blue C M Y K H S L
Decimal 239 239 154 0 0 0.36 0.06 60 0.73 0.77
Hex EF EF 9A 0 0 24 6 3C 49 4D
Octal 357 357 232 0 0 44 6 74 111 115
Binary 11101111 11101111 10011010 0 0 100100 110 111100 1001001 1001101

Color Harmonies of #EFEF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF9A

Black with #EFEF9A

Text Example


Text Example

White with #EFEF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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