#EAE29B

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

Shades of Primrose #EAE29B

Tints of Primrose #EAE29B

Color information

#EAE29B (or 0xEAE29B) is unknown color: approx Primrose. HEX triplet: EA, E2 and 9B. RGB value is (234,226,155). Sum of RGB (Red+Green+Blue) = 234+226+155=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 226 (88.67% from 255 or 36.75% from 615); Blue value is 155 (60.94% from 255 or 25.20% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE29B is #151D64. Grayscale: #DCDCDC. Windows color (decimal): -1383781 or 10216170. OLE color: 10216170.

HSL color Cylindrical-coordinate representation of color #EAE29B: hue angle of 53.92º degrees, saturation: 0.65, 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 #EAE29B is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB234226155-
CMYK00.030.340.08
HSL53.92º65.29%76.27%-
HSV(B)53.92º33.76%91.76%-
XYZ67.0474.2541.81-
YUV220.391.15137.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.05%
GREEN value IS 226 (88.67% from 255) = 36.75%
BLUE value IS 155 (60.94% from 255) = 25.20%
R=38.05%
G=36.75%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422615500.030.340.0853.9265.2976.27
HexEAE29B0322836414c
Octal35234223303421066101114
Binary111010101110001010011011011100010100011011010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE29B; }

 p { color: rgb(234,226,155); }

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

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

 a { background-color: rgb(234,226,155); }

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

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

 span { border-color: rgb(234,226,155); }

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