Html Css Color HEX #E8DC9A Primrose

📋 copy color: '#E8DC9A'

red 232 ◦ green 220 ◦ blue 154

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

Shades of Primrose #E8DC9A

Tints of Primrose #E8DC9A

RGB

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

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

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

R = 38.28%
G = 36.3%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E8DC9A (or 0xE8DC9A) is known color: Primrose. HEX triplet: E8, DC and 9A. RGB value is (232,220,154). Sum of RGB (Red+Green+Blue) = 232+220+154=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8DC9A is #172365. Grayscale: #D8D8D8. Windows color (decimal): -1516390 or 10149096. OLE color: 10149096.

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

Color convert

RGB 232 220 154 -
CMYK 0 0.05 0.34 0.09
HSL 50.77º 0.63% 0.76% -
HSV(B) 50.77º 0.34% 0.91% -
XYZ 64.7 70.68 40.8 -
YUV 216.06 92.98 139.37 -
System Red Green Blue C M Y K H S L
Decimal 232 220 154 0 0.05 0.34 0.09 50.77 0.63 0.76
Hex E8 DC 9A 0 5 22 9 33 3F 4C
Octal 350 334 232 0 5 42 11 63 77 114
Binary 11101000 11011100 10011010 0 101 100010 1001 110011 111111 1001100

Color Harmonies of #E8DC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DC9A

Black with #E8DC9A

Text Example


Text Example

White with #E8DC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DC9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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