#EBDA94

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

Shades of Primrose #EBDA94

Tints of Primrose #EBDA94

Color information

#EBDA94 (or 0xEBDA94) is unknown color: approx Primrose. HEX triplet: EB, DA and 94. RGB value is (235,218,148). Sum of RGB (Red+Green+Blue) = 235+218+148=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 148 (58.20% from 255 or 24.63% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDA94 is #14256B. Grayscale: #D7D7D7. Windows color (decimal): -1320300 or 9755371. OLE color: 9755371.

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

Color convert

RGB235218148-
CMYK00.070.370.08
HSL48.28º68.5%75.1%-
HSV(B)48.28º37.02%92.16%-
XYZ64.6869.9438.11-
YUV215.190.13142.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.10%
GREEN value IS 218 (85.55% from 255) = 36.27%
BLUE value IS 148 (58.20% from 255) = 24.63%
R=39.10%
G=36.27%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521814800.070.370.0848.2868.575.1
HexEBDA940725830454b
Octal35333222407451060105113
Binary1110101111011010100101000111100101100011000010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDA94; }

 p { color: rgb(235,218,148); }

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

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

 a { background-color: rgb(235,218,148); }

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

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

 span { border-color: rgb(235,218,148); }

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