Html Css Color HEX #EFEB9A Portafino

📋 copy color: '#EFEB9A'

red 239 ◦ green 235 ◦ blue 154

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

Shades of Portafino #EFEB9A

Tints of Portafino #EFEB9A

RGB

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

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

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

R = 38.06%
G = 37.42%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFEB9A (or 0xEFEB9A) is known color: Portafino. HEX triplet: EF, EB and 9A. RGB value is (239,235,154). Sum of RGB (Red+Green+Blue) = 239+235+154=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 154 (60.55% from 255 or 24.52% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEB9A is #101465. Grayscale: #E3E3E3. Windows color (decimal): -1053798 or 10152943. OLE color: 10152943.

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

Color convert

RGB 239 235 154 -
CMYK 0 0.02 0.36 0.06
HSL 57.18º 0.73% 0.77% -
HSV(B) 57.18º 0.36% 0.94% -
XYZ 71.14 80.1 42.28 -
YUV 226.96 86.83 136.59 -
System Red Green Blue C M Y K H S L
Decimal 239 235 154 0 0.02 0.36 0.06 57.18 0.73 0.77
Hex EF EB 9A 0 2 24 6 39 49 4D
Octal 357 353 232 0 2 44 6 71 111 115
Binary 11101111 11101011 10011010 0 10 100100 110 111001 1001001 1001101

Color Harmonies of #EFEB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEB9A

Black with #EFEB9A

Text Example


Text Example

White with #EFEB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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