Html Css Color HEX #EAE190 Primrose

📋 copy color: '#EAE190'

red 234 ◦ green 225 ◦ blue 144

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

Shades of Primrose #EAE190

Tints of Primrose #EAE190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 23.88%

R = 38.81%
G = 37.31%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EAE190 (or 0xEAE190) is known color: Primrose. HEX triplet: EA, E1 and 90. RGB value is (234,225,144). Sum of RGB (Red+Green+Blue) = 234+225+144=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 144 (56.64% from 255 or 23.88% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE190 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE190 is #151E6F. Grayscale: #DADADA. Windows color (decimal): -1384048 or 9495018. OLE color: 9495018.

HSL color Cylindrical-coordinate representation of color #EAE190: hue angle of 54º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAE190 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 225 144 -
CMYK 0 0.04 0.38 0.08
HSL 54º 0.68% 0.74% -
HSV(B) 54º 0.38% 0.92% -
XYZ 65.89 73.36 37.07 -
YUV 218.46 85.98 139.09 -
System Red Green Blue C M Y K H S L
Decimal 234 225 144 0 0.04 0.38 0.08 54 0.68 0.74
Hex EA E1 90 0 4 26 8 36 44 4A
Octal 352 341 220 0 4 46 10 66 104 112
Binary 11101010 11100001 10010000 0 100 100110 1000 110110 1000100 1001010

Color Harmonies of #EAE190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE190

Black with #EAE190

Text Example


Text Example

White with #EAE190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE190; }

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

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

background-color css

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

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

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

border-color css

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

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

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