Html Css Color HEX #EAE397 Primrose

📋 copy color: '#EAE397'

red 234 ◦ green 227 ◦ blue 151

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

Shades of Primrose #EAE397

Tints of Primrose #EAE397

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.09%

 BLUE value IS 151 (59.38% from 255) = 24.67%

R = 38.24%
G = 37.09%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EAE397 (or 0xEAE397) is known color: Primrose. HEX triplet: EA, E3 and 97. RGB value is (234,227,151). Sum of RGB (Red+Green+Blue) = 234+227+151=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 227 (89.06% from 255 or 37.09% from 612); Blue value is 151 (59.38% from 255 or 24.67% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE397 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE397 is #151C68. Grayscale: #DCDCDC. Windows color (decimal): -1383529 or 9954282. OLE color: 9954282.

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

Color convert

RGB 234 227 151 -
CMYK 0 0.03 0.35 0.08
HSL 54.94º 0.66% 0.75% -
HSV(B) 54.94º 0.35% 0.92% -
XYZ 66.99 74.66 40.16 -
YUV 220.43 88.82 137.68 -
System Red Green Blue C M Y K H S L
Decimal 234 227 151 0 0.03 0.35 0.08 54.94 0.66 0.75
Hex EA E3 97 0 3 23 8 37 42 4B
Octal 352 343 227 0 3 43 10 67 102 113
Binary 11101010 11100011 10010111 0 11 100011 1000 110111 1000010 1001011

Color Harmonies of #EAE397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE397

Black with #EAE397

Text Example


Text Example

White with #EAE397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE397; }

 p { color: rgb(234,227,151); }

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

background-color css

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

 a { background-color: rgb(234,227,151); }

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

border-color css

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

 span { border-color: rgb(234,227,151); }

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