Html Css Color HEX #EAE19A Primrose

📋 copy color: '#EAE19A'

red 234 ◦ green 225 ◦ blue 154

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

Shades of Primrose #EAE19A

Tints of Primrose #EAE19A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.7%

 BLUE value IS 154 (60.55% from 255) = 25.12%

R = 38.17%
G = 36.7%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EAE19A (or 0xEAE19A) is known color: Primrose. HEX triplet: EA, E1 and 9A. RGB value is (234,225,154). Sum of RGB (Red+Green+Blue) = 234+225+154=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 154 (60.55% from 255 or 25.12% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE19A is #151E65. Grayscale: #DBDBDB. Windows color (decimal): -1384038 or 10150378. OLE color: 10150378.

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

Color convert

RGB 234 225 154 -
CMYK 0 0.04 0.34 0.08
HSL 53.25º 0.66% 0.76% -
HSV(B) 53.25º 0.34% 0.92% -
XYZ 66.69 73.68 41.28 -
YUV 219.6 90.98 138.27 -
System Red Green Blue C M Y K H S L
Decimal 234 225 154 0 0.04 0.34 0.08 53.25 0.66 0.76
Hex EA E1 9A 0 4 22 8 35 42 4C
Octal 352 341 232 0 4 42 10 65 102 114
Binary 11101010 11100001 10011010 0 100 100010 1000 110101 1000010 1001100

Color Harmonies of #EAE19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE19A

Black with #EAE19A

Text Example


Text Example

White with #EAE19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE19A; }

 p { color: rgb(234,225,154); }

 H1.HeaderClassName
 {
   color: #EAE19A;
 }
 .AnyTagClassName
 {
   color: #EAE19A;
 }
</style>

background-color css

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

 a { background-color: rgb(234,225,154); }

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

border-color css

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

 span { border-color: rgb(234,225,154); }

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