#FFEADB

Color #FFEADB Serenade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Serenade #FFEADB

Tints of Serenade #FFEADB

Color information

#FFEADB (or 0xFFEADB) is unknown color: approx Serenade. HEX triplet: FF, EA and DB. RGB value is (255,234,219). Sum of RGB (Red+Green+Blue) = 255+234+219=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 234 (91.80% from 255 or 33.05% from 708); Blue value is 219 (85.94% from 255 or 30.93% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEADB is #001524. Grayscale: #EEEEEE. Windows color (decimal): -5413 or 14412543. OLE color: 14412543.

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

Color convert

RGB255234219-
CMYK00.080.140
HSL25º100%92.94%-
HSV(B)25º14.12%100%-
XYZ83.4585.2279.07-
YUV238.57116.96139.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.02%
GREEN value IS 234 (91.80% from 255) = 33.05%
BLUE value IS 219 (85.94% from 255) = 30.93%
R=36.02%
G=33.05%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523421900.080.1402510092.94
HexFFEADB08E019645d
Octal37735233301016031144135
Binary11111111111010101101101101000111001100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEADB; }

 p { color: rgb(255,234,219); }

 H1.HeaderClassName
 {
   color: #FFEADB;
 }
 .AnyTagClassName
 {
   color: #FFEADB;
 }
</style>
background-color css

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

 a { background-color: rgb(255,234,219); }

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

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

 span { border-color: rgb(255,234,219); }

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