Html Css Color HEX #E8DA90 Primrose

📋 copy color: '#E8DA90'

red 232 ◦ green 218 ◦ blue 144

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

Shades of Primrose #E8DA90

Tints of Primrose #E8DA90

RGB

 RED value IS 232 (91.02% from 255) = 39.06%

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

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

R = 39.06%
G = 36.7%
B = 24.24%

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

#E8DA90 (or 0xE8DA90) is known color: Primrose. HEX triplet: E8, DA and 90. RGB value is (232,218,144). Sum of RGB (Red+Green+Blue) = 232+218+144=594 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.06% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 144 (56.64% from 255 or 24.24% from 594); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DA90 is #17256F. Grayscale: #D6D6D6. Windows color (decimal): -1516912 or 9493224. OLE color: 9493224.

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

Color convert

RGB 232 218 144 -
CMYK 0 0.06 0.38 0.09
HSL 50.45º 0.66% 0.74% -
HSV(B) 50.45º 0.38% 0.91% -
XYZ 63.38 69.31 36.42 -
YUV 213.75 88.64 141.02 -
System Red Green Blue C M Y K H S L
Decimal 232 218 144 0 0.06 0.38 0.09 50.45 0.66 0.74
Hex E8 DA 90 0 6 26 9 32 42 4A
Octal 350 332 220 0 6 46 11 62 102 112
Binary 11101000 11011010 10010000 0 110 100110 1001 110010 1000010 1001010

Color Harmonies of #E8DA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DA90

Black with #E8DA90

Text Example


Text Example

White with #E8DA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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