Html Css Color HEX #E6D690 Primrose

📋 copy color: '#E6D690'

red 230 ◦ green 214 ◦ blue 144

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

Shades of Primrose #E6D690

Tints of Primrose #E6D690

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.39%

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

R = 39.12%
G = 36.39%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E6D690 (or 0xE6D690) is known color: Primrose. HEX triplet: E6, D6 and 90. RGB value is (230,214,144). Sum of RGB (Red+Green+Blue) = 230+214+144=588 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.12% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 144 (56.64% from 255 or 24.49% from 588); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D690 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D690 is #19296F. Grayscale: #D3D3D3. Windows color (decimal): -1649008 or 9492198. OLE color: 9492198.

HSL color Cylindrical-coordinate representation of color #E6D690: hue angle of 48.84º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6D690 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 214 144 -
CMYK 0 0.07 0.37 0.10
HSL 48.84º 0.63% 0.73% -
HSV(B) 48.84º 0.37% 0.9% -
XYZ 61.71 66.93 36.05 -
YUV 210.8 90.3 141.69 -
System Red Green Blue C M Y K H S L
Decimal 230 214 144 0 0.07 0.37 0.10 48.84 0.63 0.73
Hex E6 D6 90 0 7 25 A 31 3F 49
Octal 346 326 220 0 7 45 12 61 77 111
Binary 11100110 11010110 10010000 0 111 100101 1010 110001 111111 1001001

Color Harmonies of #E6D690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D690

Black with #E6D690

Text Example


Text Example

White with #E6D690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D690; }

 p { color: rgb(230,214,144); }

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

background-color css

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

 a { background-color: rgb(230,214,144); }

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

border-color css

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

 span { border-color: rgb(230,214,144); }

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