Html Css Color HEX #FFED8D Picasso

📋 copy color: '#FFED8D'

red 255 ◦ green 237 ◦ blue 141

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

Shades of Picasso #FFED8D

Tints of Picasso #FFED8D

RGB

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

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

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

R = 40.28%
G = 37.44%
B = 22.27%

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

#FFED8D (or 0xFFED8D) is known color: Picasso. HEX triplet: FF, ED and 8D. RGB value is (255,237,141). Sum of RGB (Red+Green+Blue) = 255+237+141=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 141 (55.47% from 255 or 22.27% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFED8D is #001272. Grayscale: #E7E7E7. Windows color (decimal): -4723 or 9301503. OLE color: 9301503.

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

Color convert

RGB 255 237 141 -
CMYK 0 0.07 0.45 0
HSL 50.53º 1% 0.78% -
HSV(B) 50.53º 0.45% 1% -
XYZ 76.33 83.75 37.34 -
YUV 231.44 76.96 144.81 -
System Red Green Blue C M Y K H S L
Decimal 255 237 141 0 0.07 0.45 0 50.53 1 0.78
Hex FF ED 8D 0 7 2D 0 33 64 4E
Octal 377 355 215 0 7 55 0 63 144 116
Binary 11111111 11101101 10001101 0 111 101101 0 110011 1100100 1001110

Color Harmonies of #FFED8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED8D

Black with #FFED8D

Text Example


Text Example

White with #FFED8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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