Html Css Color HEX #EFE39D Picasso

📋 copy color: '#EFE39D'

red 239 ◦ green 227 ◦ blue 157

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

Shades of Picasso #EFE39D

Tints of Picasso #EFE39D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.44%

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

R = 38.36%
G = 36.44%
B = 25.2%

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

#EFE39D (or 0xEFE39D) is known color: Picasso. HEX triplet: EF, E3 and 9D. RGB value is (239,227,157). Sum of RGB (Red+Green+Blue) = 239+227+157=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 227 (89.06% from 255 or 36.44% from 623); Blue value is 157 (61.72% from 255 or 25.20% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE39D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE39D is #101C62. Grayscale: #DEDEDE. Windows color (decimal): -1055843 or 10347503. OLE color: 10347503.

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

Color convert

RGB 239 227 157 -
CMYK 0 0.05 0.34 0.06
HSL 51.22º 0.72% 0.78% -
HSV(B) 51.22º 0.34% 0.94% -
XYZ 69.15 75.72 42.87 -
YUV 222.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 239 227 157 0 0.05 0.34 0.06 51.22 0.72 0.78
Hex EF E3 9D 0 5 22 6 33 48 4E
Octal 357 343 235 0 5 42 6 63 110 116
Binary 11101111 11100011 10011101 0 101 100010 110 110011 1001000 1001110

Color Harmonies of #EFE39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE39D

Black with #EFE39D

Text Example


Text Example

White with #EFE39D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE39D; }

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

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

background-color css

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

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

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

border-color css

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

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

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