Html Css Color HEX #FFED93 Picasso

📋 copy color: '#FFED93'

red 255 ◦ green 237 ◦ blue 147

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

Shades of Picasso #FFED93

Tints of Picasso #FFED93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 23%

R = 39.91%
G = 37.09%
B = 23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFED93 (or 0xFFED93) is known color: Picasso. HEX triplet: FF, ED and 93. RGB value is (255,237,147). Sum of RGB (Red+Green+Blue) = 255+237+147=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 147 (57.81% from 255 or 23.00% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFED93 is #00126C. Grayscale: #E8E8E8. Windows color (decimal): -4717 or 9694719. OLE color: 9694719.

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

Color convert

RGB 255 237 147 -
CMYK 0 0.07 0.42 0
HSL 50º 1% 0.79% -
HSV(B) 50º 0.42% 1% -
XYZ 76.79 83.93 39.76 -
YUV 232.12 79.96 144.32 -
System Red Green Blue C M Y K H S L
Decimal 255 237 147 0 0.07 0.42 0 50 1 0.79
Hex FF ED 93 0 7 2A 0 32 64 4F
Octal 377 355 223 0 7 52 0 62 144 117
Binary 11111111 11101101 10010011 0 111 101010 0 110010 1100100 1001111

Color Harmonies of #FFED93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED93

Black with #FFED93

Text Example


Text Example

White with #FFED93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED93; }

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

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

background-color css

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

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

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

border-color css

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

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

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