Html Css Color HEX #E7DC92 Primrose

📋 copy color: '#E7DC92'

red 231 ◦ green 220 ◦ blue 146

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

Shades of Primrose #E7DC92

Tints of Primrose #E7DC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.46%

R = 38.69%
G = 36.85%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E7DC92 (or 0xE7DC92) is known color: Primrose. HEX triplet: E7, DC and 92. RGB value is (231,220,146). Sum of RGB (Red+Green+Blue) = 231+220+146=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 146 (57.42% from 255 or 24.46% from 597); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DC92 is #18236D. Grayscale: #D7D7D7. Windows color (decimal): -1581934 or 9624807. OLE color: 9624807.

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

Color convert

RGB 231 220 146 -
CMYK 0 0.05 0.37 0.09
HSL 52.24º 0.64% 0.74% -
HSV(B) 52.24º 0.37% 0.91% -
XYZ 63.74 70.25 37.39 -
YUV 214.85 89.14 139.52 -
System Red Green Blue C M Y K H S L
Decimal 231 220 146 0 0.05 0.37 0.09 52.24 0.64 0.74
Hex E7 DC 92 0 5 25 9 34 40 4A
Octal 347 334 222 0 5 45 11 64 100 112
Binary 11100111 11011100 10010010 0 101 100101 1001 110100 1000000 1001010

Color Harmonies of #E7DC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DC92

Black with #E7DC92

Text Example


Text Example

White with #E7DC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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