Shades of Picasso #EFE69B
Tints of Picasso #EFE69B
RGB
CMYK
RGB Variations
Color information
#EFE69B (or 0xEFE69B) is known color: Picasso. HEX triplet: EF, E6 and 9B. RGB value is (239,230,155). Sum of RGB (Red+Green+Blue) = 239+230+155=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 155 (60.94% from 255 or 24.84% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE69B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE69B is #101964. Grayscale: #E0E0E0. Windows color (decimal): -1055077 or 10217199. OLE color: 10217199.
HSL color Cylindrical-coordinate representation of color #EFE69B: hue angle of 53.57º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFE69B is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 155 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.06 |
| HSL | 53.57º | 0.72% | 0.77% | - |
| HSV(B) | 53.57º | 0.35% | 0.94% | - |
| XYZ | 69.81 | 77.31 | 42.25 | - |
| YUV | 224.14 | 88.98 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 155 | 0 | 0.04 | 0.35 | 0.06 | 53.57 | 0.72 | 0.77 |
| Hex | EF | E6 | 9B | 0 | 4 | 23 | 6 | 36 | 48 | 4D |
| Octal | 357 | 346 | 233 | 0 | 4 | 43 | 6 | 66 | 110 | 115 |
| Binary | 11101111 | 11100110 | 10011011 | 0 | 100 | 100011 | 110 | 110110 | 1001000 | 1001101 |
Color Harmonies of #EFE69B
Complementary color
Monochromatic Colors of #EFE69B
Black with #EFE69B
Text Example
Text Example
White with #EFE69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE69B; }
p { color: rgb(239,230,155); }
H1.HeaderClassName
{
color: #EFE69B;
}
.AnyTagClassName
{
color: #EFE69B;
}
</style>
background-color css
<style>
a { background-color: #EFE69B; }
a { background-color: rgb(239,230,155); }
div.DivClassName
{
background-color: #EFE69B;
}
.BgClassName
{
background-color: #EFE69B;
}
</style>
border-color css
<style>
span { border-color: #EFE69B; }
span { border-color: rgb(239,230,155); }
td.TdClassName
{
border-color: #EFE69B;
}
.TagClassName
{
border-color: #EFE69B;
}
</style>