Html Css Color HEX #E2DA8C Primrose

📋 copy color: '#E2DA8C'

red 226 ◦ green 218 ◦ blue 140

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

Shades of Primrose #E2DA8C

Tints of Primrose #E2DA8C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.33%

 BLUE value IS 140 (55.08% from 255) = 23.97%

R = 38.7%
G = 37.33%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2DA8C (or 0xE2DA8C) is known color: Primrose. HEX triplet: E2, DA and 8C. RGB value is (226,218,140). Sum of RGB (Red+Green+Blue) = 226+218+140=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 140 (55.08% from 255 or 23.97% from 584); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DA8C is #1D2573. Grayscale: #D3D3D3. Windows color (decimal): -1910132 or 9231074. OLE color: 9231074.

HSL color Cylindrical-coordinate representation of color #E2DA8C: hue angle of 54.42º degrees, saturation: 0.6, 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 #E2DA8C is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 218 140 -
CMYK 0 0.04 0.38 0.11
HSL 54.42º 0.6% 0.72% -
HSV(B) 54.42º 0.38% 0.89% -
XYZ 61.17 68.21 34.75 -
YUV 211.5 87.65 138.34 -
System Red Green Blue C M Y K H S L
Decimal 226 218 140 0 0.04 0.38 0.11 54.42 0.6 0.72
Hex E2 DA 8C 0 4 26 B 36 3C 48
Octal 342 332 214 0 4 46 13 66 74 110
Binary 11100010 11011010 10001100 0 100 100110 1011 110110 111100 1001000

Color Harmonies of #E2DA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DA8C

Black with #E2DA8C

Text Example


Text Example

White with #E2DA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DA8C; }

 p { color: rgb(226,218,140); }

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

background-color css

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

 a { background-color: rgb(226,218,140); }

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

border-color css

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

 span { border-color: rgb(226,218,140); }

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