#EFE498

Color #EFE498 Picasso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picasso #EFE498

Tints of Picasso #EFE498

Color information

#EFE498 (or 0xEFE498) is unknown color: approx Picasso. HEX triplet: EF, E4 and 98. RGB value is (239,228,152). Sum of RGB (Red+Green+Blue) = 239+228+152=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 152 (59.77% from 255 or 24.56% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE498 is #101B67. Grayscale: #DEDEDE. Windows color (decimal): -1055592 or 10020079. OLE color: 10020079.

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

Color convert

RGB239228152-
CMYK00.050.360.06
HSL52.41º73.11%76.67%-
HSV(B)52.41º36.4%93.73%-
XYZ69.0176.140.76-
YUV222.6288.14139.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.61%
GREEN value IS 228 (89.45% from 255) = 36.83%
BLUE value IS 152 (59.77% from 255) = 24.56%
R=38.61%
G=36.83%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922815200.050.360.0652.4173.1176.67
HexEFE4980524634494d
Octal3573442300544664111115
Binary111011111110010010011000010110010011011010010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE498; }

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

 H1.HeaderClassName
 {
   color: #EFE498;
 }
 .AnyTagClassName
 {
   color: #EFE498;
 }
</style>
background-color css

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

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

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

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

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

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