Html Css Color HEX #EAE29B Primrose

📋 copy color: '#EAE29B'

red 234 ◦ green 226 ◦ blue 155

#EAE29B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Primrose #EAE29B

Tints of Primrose #EAE29B

RGB

 RED value IS 234 (91.8% from 255) = 38.05%

 GREEN value IS 226 (88.67% from 255) = 36.75%

 BLUE value IS 155 (60.94% from 255) = 25.2%

R = 38.05%
G = 36.75%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EAE29B (or 0xEAE29B) is known color: 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

RGB 234 226 155 -
CMYK 0 0.03 0.34 0.08
HSL 53.92º 0.65% 0.76% -
HSV(B) 53.92º 0.34% 0.92% -
XYZ 67.04 74.25 41.81 -
YUV 220.3 91.15 137.77 -
System Red Green Blue C M Y K H S L
Decimal 234 226 155 0 0.03 0.34 0.08 53.92 0.65 0.76
Hex EA E2 9B 0 3 22 8 36 41 4C
Octal 352 342 233 0 3 42 10 66 101 114
Binary 11101010 11100010 10011011 0 11 100010 1000 110110 1000001 1001100

Color Harmonies of #EAE29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE29B

Black with #EAE29B

Text Example


Text Example

White with #EAE29B

Text Example


Text Example

HTML Codes & Css Web 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>