Html Css Color HEX #FFEF8D Picasso

📋 copy color: '#FFEF8D'

red 255 ◦ green 239 ◦ blue 141

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

Shades of Picasso #FFEF8D

Tints of Picasso #FFEF8D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.64%

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

R = 40.16%
G = 37.64%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FFEF8D (or 0xFFEF8D) is known color: Picasso. HEX triplet: FF, EF and 8D. RGB value is (255,239,141). Sum of RGB (Red+Green+Blue) = 255+239+141=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 141 (55.47% from 255 or 22.20% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEF8D is #001072. Grayscale: #E9E9E9. Windows color (decimal): -4211 or 9302015. OLE color: 9302015.

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

Color convert

RGB 255 239 141 -
CMYK 0 0.06 0.45 0
HSL 51.58º 1% 0.78% -
HSV(B) 51.58º 0.45% 1% -
XYZ 76.91 84.92 37.54 -
YUV 232.61 76.3 143.97 -
System Red Green Blue C M Y K H S L
Decimal 255 239 141 0 0.06 0.45 0 51.58 1 0.78
Hex FF EF 8D 0 6 2D 0 34 64 4E
Octal 377 357 215 0 6 55 0 64 144 116
Binary 11111111 11101111 10001101 0 110 101101 0 110100 1100100 1001110

Color Harmonies of #FFEF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEF8D

Black with #FFEF8D

Text Example


Text Example

White with #FFEF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEF8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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