Html Css Color HEX #FFEE8C Picasso

📋 copy color: '#FFEE8C'

red 255 ◦ green 238 ◦ blue 140

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

Shades of Picasso #FFEE8C

Tints of Picasso #FFEE8C

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.6%

 BLUE value IS 140 (55.08% from 255) = 22.12%

R = 40.28%
G = 37.6%
B = 22.12%

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

#FFEE8C (or 0xFFEE8C) is known color: Picasso. HEX triplet: FF, EE and 8C. RGB value is (255,238,140). Sum of RGB (Red+Green+Blue) = 255+238+140=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 140 (55.08% from 255 or 22.12% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEE8C is #001173. Grayscale: #E8E8E8. Windows color (decimal): -4468 or 9236223. OLE color: 9236223.

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

Color convert

RGB 255 238 140 -
CMYK 0 0.07 0.45 0
HSL 51.13º 1% 0.77% -
HSV(B) 51.13º 0.45% 1% -
XYZ 76.55 84.3 37.05 -
YUV 231.91 76.13 144.47 -
System Red Green Blue C M Y K H S L
Decimal 255 238 140 0 0.07 0.45 0 51.13 1 0.77
Hex FF EE 8C 0 7 2D 0 33 64 4D
Octal 377 356 214 0 7 55 0 63 144 115
Binary 11111111 11101110 10001100 0 111 101101 0 110011 1100100 1001101

Color Harmonies of #FFEE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEE8C

Black with #FFEE8C

Text Example


Text Example

White with #FFEE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEE8C; }

 p { color: rgb(255,238,140); }

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

background-color css

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

 a { background-color: rgb(255,238,140); }

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

border-color css

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

 span { border-color: rgb(255,238,140); }

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