Html Css Color HEX #E7D98A Primrose

📋 copy color: '#E7D98A'

red 231 ◦ green 217 ◦ blue 138

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

Shades of Primrose #E7D98A

Tints of Primrose #E7D98A

RGB

 RED value IS 231 (90.63% from 255) = 39.42%

 GREEN value IS 217 (85.16% from 255) = 37.03%

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

R = 39.42%
G = 37.03%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E7D98A (or 0xE7D98A) is known color: Primrose. HEX triplet: E7, D9 and 8A. RGB value is (231,217,138). Sum of RGB (Red+Green+Blue) = 231+217+138=586 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.42% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 138 (54.30% from 255 or 23.55% from 586); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D98A is #182675. Grayscale: #D4D4D4. Windows color (decimal): -1582710 or 9099751. OLE color: 9099751.

HSL color Cylindrical-coordinate representation of color #E7D98A: hue angle of 50.97º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E7D98A is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 217 138 -
CMYK 0 0.06 0.40 0.09
HSL 50.97º 0.66% 0.72% -
HSV(B) 50.97º 0.4% 0.91% -
XYZ 62.36 68.45 33.97 -
YUV 212.18 86.14 141.42 -
System Red Green Blue C M Y K H S L
Decimal 231 217 138 0 0.06 0.40 0.09 50.97 0.66 0.72
Hex E7 D9 8A 0 6 28 9 33 42 48
Octal 347 331 212 0 6 50 11 63 102 110
Binary 11100111 11011001 10001010 0 110 101000 1001 110011 1000010 1001000

Color Harmonies of #E7D98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D98A

Black with #E7D98A

Text Example


Text Example

White with #E7D98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D98A; }

 p { color: rgb(231,217,138); }

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

background-color css

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

 a { background-color: rgb(231,217,138); }

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

border-color css

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

 span { border-color: rgb(231,217,138); }

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