Html Css Color HEX #E5E790 Primrose

📋 copy color: '#E5E790'

red 229 ◦ green 231 ◦ blue 144

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

Shades of Primrose #E5E790

Tints of Primrose #E5E790

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.25%

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

R = 37.91%
G = 38.25%
B = 23.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E5E790 (or 0xE5E790) is known color: Primrose. HEX triplet: E5, E7 and 90. RGB value is (229,231,144). Sum of RGB (Red+Green+Blue) = 229+231+144=604 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.91% from 604); Green value is 231 (90.62% from 255 or 38.25% from 604); Blue value is 144 (56.64% from 255 or 23.84% from 604); Max value from RGB is 231 - color contains mainly: green. Hex color #E5E790 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5E790 is #1A186F. Grayscale: #DCDCDC. Windows color (decimal): -1710192 or 9496549. OLE color: 9496549.

HSL color Cylindrical-coordinate representation of color #E5E790: hue angle of 61.38º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5E790 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 229 231 144 -
CMYK 0.01 0 0.38 0.09
HSL 61.38º 0.64% 0.74% -
HSV(B) 61.38º 0.38% 0.91% -
XYZ 65.92 75.82 37.55 -
YUV 220.48 84.84 134.07 -
System Red Green Blue C M Y K H S L
Decimal 229 231 144 0.01 0 0.38 0.09 61.38 0.64 0.74
Hex E5 E7 90 1 0 26 9 3D 40 4A
Octal 345 347 220 1 0 46 11 75 100 112
Binary 11100101 11100111 10010000 1 0 100110 1001 111101 1000000 1001010

Color Harmonies of #E5E790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E790

Black with #E5E790

Text Example


Text Example

White with #E5E790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E790; }

 p { color: rgb(229,231,144); }

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

background-color css

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

 a { background-color: rgb(229,231,144); }

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

border-color css

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

 span { border-color: rgb(229,231,144); }

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