Html Css Color HEX #EFE49B Picasso

📋 copy color: '#EFE49B'

red 239 ◦ green 228 ◦ blue 155

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

Shades of Picasso #EFE49B

Tints of Picasso #EFE49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 24.92%

R = 38.42%
G = 36.66%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFE49B (or 0xEFE49B) is known color: Picasso. HEX triplet: EF, E4 and 9B. RGB value is (239,228,155). Sum of RGB (Red+Green+Blue) = 239+228+155=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 155 (60.94% from 255 or 24.92% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE49B is #101B64. Grayscale: #DFDFDF. Windows color (decimal): -1055589 or 10216687. OLE color: 10216687.

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

Color convert

RGB 239 228 155 -
CMYK 0 0.05 0.35 0.06
HSL 52.14º 0.72% 0.77% -
HSV(B) 52.14º 0.35% 0.94% -
XYZ 69.26 76.2 42.07 -
YUV 222.97 89.64 139.44 -
System Red Green Blue C M Y K H S L
Decimal 239 228 155 0 0.05 0.35 0.06 52.14 0.72 0.77
Hex EF E4 9B 0 5 23 6 34 48 4D
Octal 357 344 233 0 5 43 6 64 110 115
Binary 11101111 11100100 10011011 0 101 100011 110 110100 1001000 1001101

Color Harmonies of #EFE49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE49B

Black with #EFE49B

Text Example


Text Example

White with #EFE49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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