Html Css Color HEX #EFE99A Portafino

📋 copy color: '#EFE99A'

red 239 ◦ green 233 ◦ blue 154

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

Shades of Portafino #EFE99A

Tints of Portafino #EFE99A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.22%

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

R = 38.18%
G = 37.22%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFE99A (or 0xEFE99A) is known color: Portafino. HEX triplet: EF, E9 and 9A. RGB value is (239,233,154). Sum of RGB (Red+Green+Blue) = 239+233+154=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 154 (60.55% from 255 or 24.60% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE99A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE99A is #101665. Grayscale: #E2E2E2. Windows color (decimal): -1054310 or 10152431. OLE color: 10152431.

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

Color convert

RGB 239 233 154 -
CMYK 0 0.03 0.36 0.06
HSL 55.76º 0.73% 0.77% -
HSV(B) 55.76º 0.36% 0.94% -
XYZ 70.57 78.96 42.09 -
YUV 225.79 87.49 137.42 -
System Red Green Blue C M Y K H S L
Decimal 239 233 154 0 0.03 0.36 0.06 55.76 0.73 0.77
Hex EF E9 9A 0 3 24 6 38 49 4D
Octal 357 351 232 0 3 44 6 70 111 115
Binary 11101111 11101001 10011010 0 11 100100 110 111000 1001001 1001101

Color Harmonies of #EFE99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE99A

Black with #EFE99A

Text Example


Text Example

White with #EFE99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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