Html Css Color HEX #E1D68A Primrose

📋 copy color: '#E1D68A'

red 225 ◦ green 214 ◦ blue 138

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

Shades of Primrose #E1D68A

Tints of Primrose #E1D68A

RGB

 RED value IS 225 (88.28% from 255) = 38.99%

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

 BLUE value IS 138 (54.3% from 255) = 23.92%

R = 38.99%
G = 37.09%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E1D68A (or 0xE1D68A) is known color: Primrose. HEX triplet: E1, D6 and 8A. RGB value is (225,214,138). Sum of RGB (Red+Green+Blue) = 225+214+138=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 138 (54.30% from 255 or 23.92% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D68A is #1E2975. Grayscale: #D0D0D0. Windows color (decimal): -1976694 or 9098977. OLE color: 9098977.

HSL color Cylindrical-coordinate representation of color #E1D68A: hue angle of 52.41º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E1D68A is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 214 138 -
CMYK 0 0.05 0.39 0.12
HSL 52.41º 0.59% 0.71% -
HSV(B) 52.41º 0.39% 0.88% -
XYZ 59.69 65.94 33.63 -
YUV 208.63 88.14 139.68 -
System Red Green Blue C M Y K H S L
Decimal 225 214 138 0 0.05 0.39 0.12 52.41 0.59 0.71
Hex E1 D6 8A 0 5 27 C 34 3B 47
Octal 341 326 212 0 5 47 14 64 73 107
Binary 11100001 11010110 10001010 0 101 100111 1100 110100 111011 1000111

Color Harmonies of #E1D68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D68A

Black with #E1D68A

Text Example


Text Example

White with #E1D68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D68A; }

 p { color: rgb(225,214,138); }

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

background-color css

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

 a { background-color: rgb(225,214,138); }

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

border-color css

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

 span { border-color: rgb(225,214,138); }

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