Html Css Color HEX #EFEA9A Portafino

📋 copy color: '#EFEA9A'

red 239 ◦ green 234 ◦ blue 154

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

Shades of Portafino #EFEA9A

Tints of Portafino #EFEA9A

RGB

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

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

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

R = 38.12%
G = 37.32%
B = 24.56%

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

#EFEA9A (or 0xEFEA9A) is known color: Portafino. HEX triplet: EF, EA and 9A. RGB value is (239,234,154). Sum of RGB (Red+Green+Blue) = 239+234+154=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 154 (60.55% from 255 or 24.56% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEA9A is #101565. Grayscale: #E2E2E2. Windows color (decimal): -1054054 or 10152687. OLE color: 10152687.

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

Color convert

RGB 239 234 154 -
CMYK 0 0.02 0.36 0.06
HSL 56.47º 0.73% 0.77% -
HSV(B) 56.47º 0.36% 0.94% -
XYZ 70.85 79.53 42.19 -
YUV 226.38 87.16 137 -
System Red Green Blue C M Y K H S L
Decimal 239 234 154 0 0.02 0.36 0.06 56.47 0.73 0.77
Hex EF EA 9A 0 2 24 6 38 49 4D
Octal 357 352 232 0 2 44 6 70 111 115
Binary 11101111 11101010 10011010 0 10 100100 110 111000 1001001 1001101

Color Harmonies of #EFEA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA9A

Black with #EFEA9A

Text Example


Text Example

White with #EFEA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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