Html Css Color HEX #E0D68A Primrose

📋 copy color: '#E0D68A'

red 224 ◦ green 214 ◦ blue 138

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

Shades of Primrose #E0D68A

Tints of Primrose #E0D68A

RGB

 RED value IS 224 (87.89% from 255) = 38.89%

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

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

R = 38.89%
G = 37.15%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0D68A (or 0xE0D68A) is known color: Primrose. HEX triplet: E0, D6 and 8A. RGB value is (224,214,138). Sum of RGB (Red+Green+Blue) = 224+214+138=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 138 (54.30% from 255 or 23.96% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D68A is #1F2975. Grayscale: #D0D0D0. Windows color (decimal): -2042230 or 9098976. OLE color: 9098976.

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

Color convert

RGB 224 214 138 -
CMYK 0 0.04 0.38 0.12
HSL 53.02º 0.58% 0.71% -
HSV(B) 53.02º 0.38% 0.88% -
XYZ 59.37 65.78 33.61 -
YUV 208.33 88.31 139.18 -
System Red Green Blue C M Y K H S L
Decimal 224 214 138 0 0.04 0.38 0.12 53.02 0.58 0.71
Hex E0 D6 8A 0 4 26 C 35 3A 47
Octal 340 326 212 0 4 46 14 65 72 107
Binary 11100000 11010110 10001010 0 100 100110 1100 110101 111010 1000111

Color Harmonies of #E0D68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D68A

Black with #E0D68A

Text Example


Text Example

White with #E0D68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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