Html Css Color HEX #E5E08B Primrose

📋 copy color: '#E5E08B'

red 229 ◦ green 224 ◦ blue 139

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

Shades of Primrose #E5E08B

Tints of Primrose #E5E08B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.84%

 BLUE value IS 139 (54.69% from 255) = 23.48%

R = 38.68%
G = 37.84%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E5E08B (or 0xE5E08B) is known color: Primrose. HEX triplet: E5, E0 and 8B. RGB value is (229,224,139). Sum of RGB (Red+Green+Blue) = 229+224+139=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 139 (54.69% from 255 or 23.48% from 592); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E08B is #1A1F74. Grayscale: #D8D8D8. Windows color (decimal): -1711989 or 9167077. OLE color: 9167077.

HSL color Cylindrical-coordinate representation of color #E5E08B: hue angle of 56.67º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E5E08B is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 224 139 -
CMYK 0 0.02 0.39 0.10
HSL 56.67º 0.63% 0.72% -
HSV(B) 56.67º 0.39% 0.9% -
XYZ 63.63 71.83 34.94 -
YUV 215.81 84.66 137.41 -
System Red Green Blue C M Y K H S L
Decimal 229 224 139 0 0.02 0.39 0.10 56.67 0.63 0.72
Hex E5 E0 8B 0 2 27 A 39 3F 48
Octal 345 340 213 0 2 47 12 71 77 110
Binary 11100101 11100000 10001011 0 10 100111 1010 111001 111111 1001000

Color Harmonies of #E5E08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E08B

Black with #E5E08B

Text Example


Text Example

White with #E5E08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E08B; }

 p { color: rgb(229,224,139); }

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

background-color css

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

 a { background-color: rgb(229,224,139); }

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

border-color css

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

 span { border-color: rgb(229,224,139); }

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