#EBDE9A

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

Shades of Primrose #EBDE9A

Tints of Primrose #EBDE9A

Color information

#EBDE9A (or 0xEBDE9A) is unknown color: approx Primrose. HEX triplet: EB, DE and 9A. RGB value is (235,222,154). Sum of RGB (Red+Green+Blue) = 235+222+154=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 154 (60.55% from 255 or 25.20% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDE9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDE9A is #142165. Grayscale: #DADADA. Windows color (decimal): -1319270 or 10149611. OLE color: 10149611.

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

Color convert

RGB235222154-
CMYK00.060.340.08
HSL50.37º66.94%76.27%-
HSV(B)50.37º34.47%92.16%-
XYZ66.2172.2441.03-
YUV218.1491.81140.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 222 (87.11% from 255) = 36.33%
BLUE value IS 154 (60.55% from 255) = 25.20%
R=38.46%
G=36.33%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522215400.060.340.0850.3766.9476.27
HexEBDE9A0622832434c
Octal35333623206421062103114
Binary1110101111011110100110100110100010100011001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDE9A; }

 p { color: rgb(235,222,154); }

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

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

 a { background-color: rgb(235,222,154); }

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

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

 span { border-color: rgb(235,222,154); }

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