#EADB92

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

Shades of Primrose #EADB92

Tints of Primrose #EADB92

Color information

#EADB92 (or 0xEADB92) is unknown color: approx Primrose. HEX triplet: EA, DB and 92. RGB value is (234,219,146). Sum of RGB (Red+Green+Blue) = 234+219+146=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 146 (57.42% from 255 or 24.37% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB92 is #15246D. Grayscale: #D7D7D7. Windows color (decimal): -1385582 or 9624554. OLE color: 9624554.

HSL color Cylindrical-coordinate representation of color #EADB92: hue angle of 49.77º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EADB92 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB234219146-
CMYK00.060.380.08
HSL49.77º67.69%74.51%-
HSV(B)49.77º37.61%91.76%-
XYZ64.4570.2337.35-
YUV215.1688.97141.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 219 (85.94% from 255) = 36.56%
BLUE value IS 146 (57.42% from 255) = 24.37%
R=39.07%
G=36.56%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421914600.060.380.0849.7767.6974.51
HexEADB920626832444b
Octal35233322206461062104113
Binary1110101011011011100100100110100110100011001010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADB92; }

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

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

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

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

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

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

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

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