Html Css Color HEX #FFEF8E Picasso

📋 copy color: '#FFEF8E'

red 255 ◦ green 239 ◦ blue 142

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

Shades of Picasso #FFEF8E

Tints of Picasso #FFEF8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 22.33%

R = 40.09%
G = 37.58%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FFEF8E (or 0xFFEF8E) is known color: Picasso. HEX triplet: FF, EF and 8E. RGB value is (255,239,142). Sum of RGB (Red+Green+Blue) = 255+239+142=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 142 (55.86% from 255 or 22.33% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEF8E is #001071. Grayscale: #E9E9E9. Windows color (decimal): -4210 or 9367551. OLE color: 9367551.

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

Color convert

RGB 255 239 142 -
CMYK 0 0.06 0.44 0
HSL 51.5º 1% 0.78% -
HSV(B) 51.5º 0.44% 1% -
XYZ 76.99 84.95 37.93 -
YUV 232.73 76.8 143.89 -
System Red Green Blue C M Y K H S L
Decimal 255 239 142 0 0.06 0.44 0 51.5 1 0.78
Hex FF EF 8E 0 6 2C 0 34 64 4E
Octal 377 357 216 0 6 54 0 64 144 116
Binary 11111111 11101111 10001110 0 110 101100 0 110100 1100100 1001110

Color Harmonies of #FFEF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEF8E

Black with #FFEF8E

Text Example


Text Example

White with #FFEF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEF8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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