Html Css Color HEX #E5DC8A Primrose

📋 copy color: '#E5DC8A'

red 229 ◦ green 220 ◦ blue 138

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

Shades of Primrose #E5DC8A

Tints of Primrose #E5DC8A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.48%

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

R = 39.01%
G = 37.48%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E5DC8A (or 0xE5DC8A) is known color: Primrose. HEX triplet: E5, DC and 8A. RGB value is (229,220,138). Sum of RGB (Red+Green+Blue) = 229+220+138=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 138 (54.30% from 255 or 23.51% from 587); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DC8A is #1A2375. Grayscale: #D5D5D5. Windows color (decimal): -1713014 or 9100517. OLE color: 9100517.

HSL color Cylindrical-coordinate representation of color #E5DC8A: hue angle of 54.07º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E5DC8A is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 220 138 -
CMYK 0 0.04 0.40 0.10
HSL 54.07º 0.64% 0.72% -
HSV(B) 54.07º 0.4% 0.9% -
XYZ 62.49 69.68 34.2 -
YUV 213.34 85.48 139.17 -
System Red Green Blue C M Y K H S L
Decimal 229 220 138 0 0.04 0.40 0.10 54.07 0.64 0.72
Hex E5 DC 8A 0 4 28 A 36 40 48
Octal 345 334 212 0 4 50 12 66 100 110
Binary 11100101 11011100 10001010 0 100 101000 1010 110110 1000000 1001000

Color Harmonies of #E5DC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DC8A

Black with #E5DC8A

Text Example


Text Example

White with #E5DC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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