Html Css Color HEX #EFE59D Picasso

📋 copy color: '#EFE59D'

red 239 ◦ green 229 ◦ blue 157

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

Shades of Picasso #EFE59D

Tints of Picasso #EFE59D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.64%

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

R = 38.24%
G = 36.64%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFE59D (or 0xEFE59D) is known color: Picasso. HEX triplet: EF, E5 and 9D. RGB value is (239,229,157). Sum of RGB (Red+Green+Blue) = 239+229+157=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 229 (89.84% from 255 or 36.64% from 625); Blue value is 157 (61.72% from 255 or 25.12% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE59D is #101A62. Grayscale: #E0E0E0. Windows color (decimal): -1055331 or 10348015. OLE color: 10348015.

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

Color convert

RGB 239 229 157 -
CMYK 0 0.04 0.34 0.06
HSL 52.68º 0.72% 0.78% -
HSV(B) 52.68º 0.34% 0.94% -
XYZ 69.7 76.82 43.05 -
YUV 223.78 90.31 138.85 -
System Red Green Blue C M Y K H S L
Decimal 239 229 157 0 0.04 0.34 0.06 52.68 0.72 0.78
Hex EF E5 9D 0 4 22 6 35 48 4E
Octal 357 345 235 0 4 42 6 65 110 116
Binary 11101111 11100101 10011101 0 100 100010 110 110101 1001000 1001110

Color Harmonies of #EFE59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE59D

Black with #EFE59D

Text Example


Text Example

White with #EFE59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE59D; }

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

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

background-color css

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

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

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

border-color css

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

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

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