Html Css Color HEX #E7DA90 Primrose

📋 copy color: '#E7DA90'

red 231 ◦ green 218 ◦ blue 144

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

Shades of Primrose #E7DA90

Tints of Primrose #E7DA90

RGB

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

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

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

R = 38.95%
G = 36.76%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E7DA90 (or 0xE7DA90) is known color: Primrose. HEX triplet: E7, DA and 90. RGB value is (231,218,144). Sum of RGB (Red+Green+Blue) = 231+218+144=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 144 (56.64% from 255 or 24.28% from 593); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DA90 is #18256F. Grayscale: #D5D5D5. Windows color (decimal): -1582448 or 9493223. OLE color: 9493223.

HSL color Cylindrical-coordinate representation of color #E7DA90: hue angle of 51.03º 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 #E7DA90 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 218 144 -
CMYK 0 0.06 0.38 0.09
HSL 51.03º 0.64% 0.74% -
HSV(B) 51.03º 0.38% 0.91% -
XYZ 63.06 69.15 36.41 -
YUV 213.45 88.81 140.52 -
System Red Green Blue C M Y K H S L
Decimal 231 218 144 0 0.06 0.38 0.09 51.03 0.64 0.74
Hex E7 DA 90 0 6 26 9 33 40 4A
Octal 347 332 220 0 6 46 11 63 100 112
Binary 11100111 11011010 10010000 0 110 100110 1001 110011 1000000 1001010

Color Harmonies of #E7DA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DA90

Black with #E7DA90

Text Example


Text Example

White with #E7DA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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