Html Css Color HEX #FFED8E Picasso

📋 copy color: '#FFED8E'

red 255 ◦ green 237 ◦ blue 142

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

Shades of Picasso #FFED8E

Tints of Picasso #FFED8E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.38%

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

R = 40.22%
G = 37.38%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FFED8E (or 0xFFED8E) is known color: Picasso. HEX triplet: FF, ED and 8E. RGB value is (255,237,142). Sum of RGB (Red+Green+Blue) = 255+237+142=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 142 (55.86% from 255 or 22.40% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFED8E is #001271. Grayscale: #E7E7E7. Windows color (decimal): -4722 or 9367039. OLE color: 9367039.

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

Color convert

RGB 255 237 142 -
CMYK 0 0.07 0.44 0
HSL 50.44º 1% 0.78% -
HSV(B) 50.44º 0.44% 1% -
XYZ 76.41 83.78 37.74 -
YUV 231.55 77.46 144.72 -
System Red Green Blue C M Y K H S L
Decimal 255 237 142 0 0.07 0.44 0 50.44 1 0.78
Hex FF ED 8E 0 7 2C 0 32 64 4E
Octal 377 355 216 0 7 54 0 62 144 116
Binary 11111111 11101101 10001110 0 111 101100 0 110010 1100100 1001110

Color Harmonies of #FFED8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED8E

Black with #FFED8E

Text Example


Text Example

White with #FFED8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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