Html Css Color HEX #E2DB8D Primrose

📋 copy color: '#E2DB8D'

red 226 ◦ green 219 ◦ blue 141

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

Shades of Primrose #E2DB8D

Tints of Primrose #E2DB8D

RGB

 RED value IS 226 (88.67% from 255) = 38.57%

 GREEN value IS 219 (85.94% from 255) = 37.37%

 BLUE value IS 141 (55.47% from 255) = 24.06%

R = 38.57%
G = 37.37%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2DB8D (or 0xE2DB8D) is known color: Primrose. HEX triplet: E2, DB and 8D. RGB value is (226,219,141). Sum of RGB (Red+Green+Blue) = 226+219+141=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 141 (55.47% from 255 or 24.06% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DB8D is #1D2472. Grayscale: #D4D4D4. Windows color (decimal): -1909875 or 9296866. OLE color: 9296866.

HSL color Cylindrical-coordinate representation of color #E2DB8D: hue angle of 55.06º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2DB8D is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 219 141 -
CMYK 0 0.03 0.38 0.11
HSL 55.06º 0.59% 0.72% -
HSV(B) 55.06º 0.38% 0.89% -
XYZ 61.5 68.75 35.23 -
YUV 212.2 87.82 137.84 -
System Red Green Blue C M Y K H S L
Decimal 226 219 141 0 0.03 0.38 0.11 55.06 0.59 0.72
Hex E2 DB 8D 0 3 26 B 37 3B 48
Octal 342 333 215 0 3 46 13 67 73 110
Binary 11100010 11011011 10001101 0 11 100110 1011 110111 111011 1001000

Color Harmonies of #E2DB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DB8D

Black with #E2DB8D

Text Example


Text Example

White with #E2DB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DB8D; }

 p { color: rgb(226,219,141); }

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

background-color css

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

 a { background-color: rgb(226,219,141); }

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

border-color css

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

 span { border-color: rgb(226,219,141); }

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