Html Css Color HEX #EFE49D Picasso

📋 copy color: '#EFE49D'

red 239 ◦ green 228 ◦ blue 157

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

Shades of Picasso #EFE49D

Tints of Picasso #EFE49D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.54%

 BLUE value IS 157 (61.72% from 255) = 25.16%

R = 38.3%
G = 36.54%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFE49D (or 0xEFE49D) is known color: Picasso. HEX triplet: EF, E4 and 9D. RGB value is (239,228,157). Sum of RGB (Red+Green+Blue) = 239+228+157=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 228 (89.45% from 255 or 36.54% from 624); Blue value is 157 (61.72% from 255 or 25.16% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE49D is #101B62. Grayscale: #DFDFDF. Windows color (decimal): -1055587 or 10347759. OLE color: 10347759.

HSL color Cylindrical-coordinate representation of color #EFE49D: hue angle of 51.95º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFE49D is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 228 157 -
CMYK 0 0.05 0.34 0.06
HSL 51.95º 0.72% 0.78% -
HSV(B) 51.95º 0.34% 0.94% -
XYZ 69.43 76.27 42.96 -
YUV 223.2 90.64 139.27 -
System Red Green Blue C M Y K H S L
Decimal 239 228 157 0 0.05 0.34 0.06 51.95 0.72 0.78
Hex EF E4 9D 0 5 22 6 34 48 4E
Octal 357 344 235 0 5 42 6 64 110 116
Binary 11101111 11100100 10011101 0 101 100010 110 110100 1001000 1001110

Color Harmonies of #EFE49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE49D

Black with #EFE49D

Text Example


Text Example

White with #EFE49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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