Html Css Color HEX #E6E795 Primrose

📋 copy color: '#E6E795'

red 230 ◦ green 231 ◦ blue 149

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

Shades of Primrose #E6E795

Tints of Primrose #E6E795

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.87%

 BLUE value IS 149 (58.59% from 255) = 24.43%

R = 37.7%
G = 37.87%
B = 24.43%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E6E795 (or 0xE6E795) is known color: Primrose. HEX triplet: E6, E7 and 95. RGB value is (230,231,149). Sum of RGB (Red+Green+Blue) = 230+231+149=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 231 (90.62% from 255 or 37.87% from 610); Blue value is 149 (58.59% from 255 or 24.43% from 610); Max value from RGB is 231 - color contains mainly: green. Hex color #E6E795 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6E795 is #19186A. Grayscale: #DDDDDD. Windows color (decimal): -1644651 or 9824230. OLE color: 9824230.

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

Color convert

RGB 230 231 149 -
CMYK 0.00 0 0.35 0.09
HSL 60.73º 0.63% 0.75% -
HSV(B) 60.73º 0.35% 0.91% -
XYZ 66.63 76.14 39.62 -
YUV 221.35 87.17 134.17 -
System Red Green Blue C M Y K H S L
Decimal 230 231 149 0.00 0 0.35 0.09 60.73 0.63 0.75
Hex E6 E7 95 0 0 23 9 3D 3F 4B
Octal 346 347 225 0 0 43 11 75 77 113
Binary 11100110 11100111 10010101 0 0 100011 1001 111101 111111 1001011

Color Harmonies of #E6E795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E795

Black with #E6E795

Text Example


Text Example

White with #E6E795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E795; }

 p { color: rgb(230,231,149); }

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

background-color css

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

 a { background-color: rgb(230,231,149); }

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

border-color css

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

 span { border-color: rgb(230,231,149); }

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