#EBE09C

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

Shades of Primrose #EBE09C

Tints of Primrose #EBE09C

Color information

#EBE09C (or 0xEBE09C) is unknown color: approx Primrose. HEX triplet: EB, E0 and 9C. RGB value is (235,224,156). Sum of RGB (Red+Green+Blue) = 235+224+156=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 156 (61.33% from 255 or 25.37% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE09C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE09C is #141F63. Grayscale: #DBDBDB. Windows color (decimal): -1318756 or 10281195. OLE color: 10281195.

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

Color convert

RGB235224156-
CMYK00.050.340.08
HSL51.65º66.39%76.67%-
HSV(B)51.65º33.62%92.16%-
XYZ66.9273.3742.09-
YUV219.5492.14139.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.21%
GREEN value IS 224 (87.89% from 255) = 36.42%
BLUE value IS 156 (61.33% from 255) = 25.37%
R=38.21%
G=36.42%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522415600.050.340.0851.6566.3976.67
HexEBE09C0522834424d
Octal35334023405421064102115
Binary1110101111100000100111000101100010100011010010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE09C; }

 p { color: rgb(235,224,156); }

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

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

 a { background-color: rgb(235,224,156); }

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

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

 span { border-color: rgb(235,224,156); }

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