Html Css Color HEX #E6DB96 Primrose

📋 copy color: '#E6DB96'

red 230 ◦ green 219 ◦ blue 150

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

Shades of Primrose #E6DB96

Tints of Primrose #E6DB96

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.56%

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

R = 38.4%
G = 36.56%
B = 25.04%

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

#E6DB96 (or 0xE6DB96) is known color: Primrose. HEX triplet: E6, DB and 96. RGB value is (230,219,150). Sum of RGB (Red+Green+Blue) = 230+219+150=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 150 (58.98% from 255 or 25.04% from 599); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DB96 is #192469. Grayscale: #D6D6D6. Windows color (decimal): -1647722 or 9886694. OLE color: 9886694.

HSL color Cylindrical-coordinate representation of color #E6DB96: hue angle of 51.75º 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 #E6DB96 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 219 150 -
CMYK 0 0.05 0.35 0.10
HSL 51.75º 0.62% 0.75% -
HSV(B) 51.75º 0.35% 0.9% -
XYZ 63.47 69.69 38.96 -
YUV 214.42 91.64 139.11 -
System Red Green Blue C M Y K H S L
Decimal 230 219 150 0 0.05 0.35 0.10 51.75 0.62 0.75
Hex E6 DB 96 0 5 23 A 34 3E 4B
Octal 346 333 226 0 5 43 12 64 76 113
Binary 11100110 11011011 10010110 0 101 100011 1010 110100 111110 1001011

Color Harmonies of #E6DB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DB96

Black with #E6DB96

Text Example


Text Example

White with #E6DB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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