Html Css Color HEX #E6DA96 Primrose

📋 copy color: '#E6DA96'

red 230 ◦ green 218 ◦ blue 150

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

Shades of Primrose #E6DA96

Tints of Primrose #E6DA96

RGB

 RED value IS 230 (90.23% from 255) = 38.46%

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

 BLUE value IS 150 (58.98% from 255) = 25.08%

R = 38.46%
G = 36.45%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E6DA96 (or 0xE6DA96) is known color: Primrose. HEX triplet: E6, DA and 96. RGB value is (230,218,150). Sum of RGB (Red+Green+Blue) = 230+218+150=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 150 (58.98% from 255 or 25.08% from 598); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DA96 is #192569. Grayscale: #D6D6D6. Windows color (decimal): -1647978 or 9886438. OLE color: 9886438.

HSL color Cylindrical-coordinate representation of color #E6DA96: hue angle of 51º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E6DA96 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 218 150 -
CMYK 0 0.05 0.35 0.10
HSL 51º 0.62% 0.75% -
HSV(B) 51º 0.35% 0.9% -
XYZ 63.21 69.17 38.87 -
YUV 213.84 91.98 139.53 -
System Red Green Blue C M Y K H S L
Decimal 230 218 150 0 0.05 0.35 0.10 51 0.62 0.75
Hex E6 DA 96 0 5 23 A 33 3E 4B
Octal 346 332 226 0 5 43 12 63 76 113
Binary 11100110 11011010 10010110 0 101 100011 1010 110011 111110 1001011

Color Harmonies of #E6DA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DA96

Black with #E6DA96

Text Example


Text Example

White with #E6DA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DA96; }

 p { color: rgb(230,218,150); }

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

background-color css

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

 a { background-color: rgb(230,218,150); }

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

border-color css

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

 span { border-color: rgb(230,218,150); }

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