Html Css Color HEX #EFE898 Portafino

📋 copy color: '#EFE898'

red 239 ◦ green 232 ◦ blue 152

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

Shades of Portafino #EFE898

Tints of Portafino #EFE898

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.24%

 BLUE value IS 152 (59.77% from 255) = 24.4%

R = 38.36%
G = 37.24%
B = 24.4%

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

#EFE898 (or 0xEFE898) is known color: Portafino. HEX triplet: EF, E8 and 98. RGB value is (239,232,152). Sum of RGB (Red+Green+Blue) = 239+232+152=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 232 (91.02% from 255 or 37.24% from 623); Blue value is 152 (59.77% from 255 or 24.40% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE898 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE898 is #101767. Grayscale: #E1E1E1. Windows color (decimal): -1054568 or 10021103. OLE color: 10021103.

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

Color convert

RGB 239 232 152 -
CMYK 0 0.03 0.36 0.06
HSL 55.17º 0.73% 0.77% -
HSV(B) 55.17º 0.36% 0.94% -
XYZ 70.12 78.33 41.13 -
YUV 224.97 86.82 138 -
System Red Green Blue C M Y K H S L
Decimal 239 232 152 0 0.03 0.36 0.06 55.17 0.73 0.77
Hex EF E8 98 0 3 24 6 37 49 4D
Octal 357 350 230 0 3 44 6 67 111 115
Binary 11101111 11101000 10011000 0 11 100100 110 110111 1001001 1001101

Color Harmonies of #EFE898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE898

Black with #EFE898

Text Example


Text Example

White with #EFE898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE898; }

 p { color: rgb(239,232,152); }

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

background-color css

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

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

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

border-color css

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

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

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