Html Css Color HEX #E3DA98 Primrose

📋 copy color: '#E3DA98'

red 227 ◦ green 218 ◦ blue 152

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

Shades of Primrose #E3DA98

Tints of Primrose #E3DA98

RGB

 RED value IS 227 (89.06% from 255) = 38.02%

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

 BLUE value IS 152 (59.77% from 255) = 25.46%

R = 38.02%
G = 36.52%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E3DA98 (or 0xE3DA98) is known color: Primrose. HEX triplet: E3, DA and 98. RGB value is (227,218,152). Sum of RGB (Red+Green+Blue) = 227+218+152=597 (79% of max value = 765). Red value is 227 (89.06% from 255 or 38.02% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 152 (59.77% from 255 or 25.46% from 597); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DA98 is #1C2567. Grayscale: #D5D5D5. Windows color (decimal): -1844584 or 10017507. OLE color: 10017507.

HSL color Cylindrical-coordinate representation of color #E3DA98: hue angle of 52.8º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E3DA98 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 218 152 -
CMYK 0 0.04 0.33 0.11
HSL 52.8º 0.57% 0.74% -
HSV(B) 52.8º 0.33% 0.89% -
XYZ 62.42 68.74 39.68 -
YUV 213.17 93.48 137.87 -
System Red Green Blue C M Y K H S L
Decimal 227 218 152 0 0.04 0.33 0.11 52.8 0.57 0.74
Hex E3 DA 98 0 4 21 B 35 39 4A
Octal 343 332 230 0 4 41 13 65 71 112
Binary 11100011 11011010 10011000 0 100 100001 1011 110101 111001 1001010

Color Harmonies of #E3DA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3DA98

Black with #E3DA98

Text Example


Text Example

White with #E3DA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3DA98; }

 p { color: rgb(227,218,152); }

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

background-color css

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

 a { background-color: rgb(227,218,152); }

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

border-color css

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

 span { border-color: rgb(227,218,152); }

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