Html Css Color HEX #E5E98A Primrose

📋 copy color: '#E5E98A'

red 229 ◦ green 233 ◦ blue 138

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

Shades of Primrose #E5E98A

Tints of Primrose #E5E98A

RGB

 RED value IS 229 (89.84% from 255) = 38.17%

 GREEN value IS 233 (91.41% from 255) = 38.83%

 BLUE value IS 138 (54.3% from 255) = 23%

R = 38.17%
G = 38.83%
B = 23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E5E98A (or 0xE5E98A) is known color: Primrose. HEX triplet: E5, E9 and 8A. RGB value is (229,233,138). Sum of RGB (Red+Green+Blue) = 229+233+138=600 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.17% from 600); Green value is 233 (91.41% from 255 or 38.83% from 600); Blue value is 138 (54.30% from 255 or 23% from 600); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5E98A is #1A1675. Grayscale: #DDDDDD. Windows color (decimal): -1709686 or 9103845. OLE color: 9103845.

HSL color Cylindrical-coordinate representation of color #E5E98A: hue angle of 62.53º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E5E98A is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB 229 233 138 -
CMYK 0.02 0 0.41 0.09
HSL 62.53º 0.68% 0.73% -
HSV(B) 62.53º 0.41% 0.91% -
XYZ 66.04 76.77 35.38 -
YUV 220.97 81.17 133.72 -
System Red Green Blue C M Y K H S L
Decimal 229 233 138 0.02 0 0.41 0.09 62.53 0.68 0.73
Hex E5 E9 8A 2 0 29 9 3F 44 49
Octal 345 351 212 2 0 51 11 77 104 111
Binary 11100101 11101001 10001010 10 0 101001 1001 111111 1000100 1001001

Color Harmonies of #E5E98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E98A

Black with #E5E98A

Text Example


Text Example

White with #E5E98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E98A; }

 p { color: rgb(229,233,138); }

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

background-color css

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

 a { background-color: rgb(229,233,138); }

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

border-color css

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

 span { border-color: rgb(229,233,138); }

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