Html Css Color HEX #FFEC8D Picasso

📋 copy color: '#FFEC8D'

red 255 ◦ green 236 ◦ blue 141

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

Shades of Picasso #FFEC8D

Tints of Picasso #FFEC8D

RGB

 RED value IS 255 (100% from 255) = 40.35%

 GREEN value IS 236 (92.58% from 255) = 37.34%

 BLUE value IS 141 (55.47% from 255) = 22.31%

R = 40.35%
G = 37.34%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FFEC8D (or 0xFFEC8D) is known color: Picasso. HEX triplet: FF, EC and 8D. RGB value is (255,236,141). Sum of RGB (Red+Green+Blue) = 255+236+141=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 141 (55.47% from 255 or 22.31% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEC8D is #001372. Grayscale: #E7E7E7. Windows color (decimal): -4979 or 9301247. OLE color: 9301247.

HSL color Cylindrical-coordinate representation of color #FFEC8D: hue angle of 50º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFEC8D is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 255 236 141 -
CMYK 0 0.07 0.45 0
HSL 50º 1% 0.78% -
HSV(B) 50º 0.45% 1% -
XYZ 76.04 83.17 37.25 -
YUV 230.85 77.29 145.22 -
System Red Green Blue C M Y K H S L
Decimal 255 236 141 0 0.07 0.45 0 50 1 0.78
Hex FF EC 8D 0 7 2D 0 32 64 4E
Octal 377 354 215 0 7 55 0 62 144 116
Binary 11111111 11101100 10001101 0 111 101101 0 110010 1100100 1001110

Color Harmonies of #FFEC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEC8D

Black with #FFEC8D

Text Example


Text Example

White with #FFEC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEC8D; }

 p { color: rgb(255,236,141); }

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

background-color css

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

 a { background-color: rgb(255,236,141); }

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

border-color css

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

 span { border-color: rgb(255,236,141); }

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