Html Css Color HEX #E7DC9A Primrose

📋 copy color: '#E7DC9A'

red 231 ◦ green 220 ◦ blue 154

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

Shades of Primrose #E7DC9A

Tints of Primrose #E7DC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.45%

R = 38.18%
G = 36.36%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E7DC9A (or 0xE7DC9A) is known color: Primrose. HEX triplet: E7, DC and 9A. RGB value is (231,220,154). Sum of RGB (Red+Green+Blue) = 231+220+154=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 154 (60.55% from 255 or 25.45% from 605); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DC9A is #182365. Grayscale: #D8D8D8. Windows color (decimal): -1581926 or 10149095. OLE color: 10149095.

HSL color Cylindrical-coordinate representation of color #E7DC9A: hue angle of 51.43º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E7DC9A is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 220 154 -
CMYK 0 0.05 0.33 0.09
HSL 51.43º 0.62% 0.75% -
HSV(B) 51.43º 0.33% 0.91% -
XYZ 64.38 70.51 40.79 -
YUV 215.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 231 220 154 0 0.05 0.33 0.09 51.43 0.62 0.75
Hex E7 DC 9A 0 5 21 9 33 3E 4B
Octal 347 334 232 0 5 41 11 63 76 113
Binary 11100111 11011100 10011010 0 101 100001 1001 110011 111110 1001011

Color Harmonies of #E7DC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DC9A

Black with #E7DC9A

Text Example


Text Example

White with #E7DC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DC9A; }

 p { color: rgb(231,220,154); }

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

background-color css

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

 a { background-color: rgb(231,220,154); }

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

border-color css

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

 span { border-color: rgb(231,220,154); }

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