Html Css Color HEX #EAE296 Primrose

📋 copy color: '#EAE296'

red 234 ◦ green 226 ◦ blue 150

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

Shades of Primrose #EAE296

Tints of Primrose #EAE296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.59%

R = 38.36%
G = 37.05%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EAE296 (or 0xEAE296) is known color: Primrose. HEX triplet: EA, E2 and 96. RGB value is (234,226,150). Sum of RGB (Red+Green+Blue) = 234+226+150=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 150 (58.98% from 255 or 24.59% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE296 is #151D69. Grayscale: #DCDCDC. Windows color (decimal): -1383786 or 9888490. OLE color: 9888490.

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

Color convert

RGB 234 226 150 -
CMYK 0 0.03 0.36 0.08
HSL 54.29º 0.67% 0.75% -
HSV(B) 54.29º 0.36% 0.92% -
XYZ 66.63 74.09 39.64 -
YUV 219.73 88.65 138.18 -
System Red Green Blue C M Y K H S L
Decimal 234 226 150 0 0.03 0.36 0.08 54.29 0.67 0.75
Hex EA E2 96 0 3 24 8 36 43 4B
Octal 352 342 226 0 3 44 10 66 103 113
Binary 11101010 11100010 10010110 0 11 100100 1000 110110 1000011 1001011

Color Harmonies of #EAE296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE296

Black with #EAE296

Text Example


Text Example

White with #EAE296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE296; }

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

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

background-color css

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

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

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

border-color css

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

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

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