Html Css Color HEX #EFE39B Picasso

📋 copy color: '#EFE39B'

red 239 ◦ green 227 ◦ blue 155

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

Shades of Picasso #EFE39B

Tints of Picasso #EFE39B

RGB

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

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

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

R = 38.49%
G = 36.55%
B = 24.96%

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

#EFE39B (or 0xEFE39B) is known color: Picasso. HEX triplet: EF, E3 and 9B. RGB value is (239,227,155). Sum of RGB (Red+Green+Blue) = 239+227+155=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 227 (89.06% from 255 or 36.55% from 621); Blue value is 155 (60.94% from 255 or 24.96% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE39B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE39B is #101C64. Grayscale: #DEDEDE. Windows color (decimal): -1055845 or 10216431. OLE color: 10216431.

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

Color convert

RGB 239 227 155 -
CMYK 0 0.05 0.35 0.06
HSL 51.43º 0.72% 0.77% -
HSV(B) 51.43º 0.35% 0.94% -
XYZ 68.98 75.66 41.98 -
YUV 222.38 89.98 139.85 -
System Red Green Blue C M Y K H S L
Decimal 239 227 155 0 0.05 0.35 0.06 51.43 0.72 0.77
Hex EF E3 9B 0 5 23 6 33 48 4D
Octal 357 343 233 0 5 43 6 63 110 115
Binary 11101111 11100011 10011011 0 101 100011 110 110011 1001000 1001101

Color Harmonies of #EFE39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE39B

Black with #EFE39B

Text Example


Text Example

White with #EFE39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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