Html Css Color HEX #E3D68C Primrose

📋 copy color: '#E3D68C'

red 227 ◦ green 214 ◦ blue 140

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

Shades of Primrose #E3D68C

Tints of Primrose #E3D68C

RGB

 RED value IS 227 (89.06% from 255) = 39.07%

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

 BLUE value IS 140 (55.08% from 255) = 24.1%

R = 39.07%
G = 36.83%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E3D68C (or 0xE3D68C) is known color: Primrose. HEX triplet: E3, D6 and 8C. RGB value is (227,214,140). Sum of RGB (Red+Green+Blue) = 227+214+140=581 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.07% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 140 (55.08% from 255 or 24.10% from 581); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D68C is #1C2973. Grayscale: #D1D1D1. Windows color (decimal): -1845620 or 9230051. OLE color: 9230051.

HSL color Cylindrical-coordinate representation of color #E3D68C: hue angle of 51.03º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E3D68C is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 214 140 -
CMYK 0 0.06 0.38 0.11
HSL 51.03º 0.61% 0.72% -
HSV(B) 51.03º 0.38% 0.89% -
XYZ 60.46 66.32 34.42 -
YUV 209.45 88.81 140.52 -
System Red Green Blue C M Y K H S L
Decimal 227 214 140 0 0.06 0.38 0.11 51.03 0.61 0.72
Hex E3 D6 8C 0 6 26 B 33 3D 48
Octal 343 326 214 0 6 46 13 63 75 110
Binary 11100011 11010110 10001100 0 110 100110 1011 110011 111101 1001000

Color Harmonies of #E3D68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3D68C

Black with #E3D68C

Text Example


Text Example

White with #E3D68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3D68C; }

 p { color: rgb(227,214,140); }

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

background-color css

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

 a { background-color: rgb(227,214,140); }

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

border-color css

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

 span { border-color: rgb(227,214,140); }

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