Html Css Color HEX #E7DC90 Primrose

📋 copy color: '#E7DC90'

red 231 ◦ green 220 ◦ blue 144

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

Shades of Primrose #E7DC90

Tints of Primrose #E7DC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.2%

R = 38.82%
G = 36.97%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E7DC90 (or 0xE7DC90) is known color: Primrose. HEX triplet: E7, DC and 90. RGB value is (231,220,144). Sum of RGB (Red+Green+Blue) = 231+220+144=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 144 (56.64% from 255 or 24.20% from 595); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DC90 is #18236F. Grayscale: #D6D6D6. Windows color (decimal): -1581936 or 9493735. OLE color: 9493735.

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

Color convert

RGB 231 220 144 -
CMYK 0 0.05 0.38 0.09
HSL 52.41º 0.64% 0.74% -
HSV(B) 52.41º 0.38% 0.91% -
XYZ 63.58 70.19 36.58 -
YUV 214.63 88.14 139.68 -
System Red Green Blue C M Y K H S L
Decimal 231 220 144 0 0.05 0.38 0.09 52.41 0.64 0.74
Hex E7 DC 90 0 5 26 9 34 40 4A
Octal 347 334 220 0 5 46 11 64 100 112
Binary 11100111 11011100 10010000 0 101 100110 1001 110100 1000000 1001010

Color Harmonies of #E7DC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DC90

Black with #E7DC90

Text Example


Text Example

White with #E7DC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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