Html Css Color HEX #E2DB8A Primrose

📋 copy color: '#E2DB8A'

red 226 ◦ green 219 ◦ blue 138

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

Shades of Primrose #E2DB8A

Tints of Primrose #E2DB8A

RGB

 RED value IS 226 (88.67% from 255) = 38.77%

 GREEN value IS 219 (85.94% from 255) = 37.56%

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

R = 38.77%
G = 37.56%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E2DB8A (or 0xE2DB8A) is known color: Primrose. HEX triplet: E2, DB and 8A. RGB value is (226,219,138). Sum of RGB (Red+Green+Blue) = 226+219+138=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DB8A is #1D2475. Grayscale: #D4D4D4. Windows color (decimal): -1909878 or 9100258. OLE color: 9100258.

HSL color Cylindrical-coordinate representation of color #E2DB8A: hue angle of 55.23º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E2DB8A is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 219 138 -
CMYK 0 0.03 0.39 0.11
HSL 55.23º 0.6% 0.71% -
HSV(B) 55.23º 0.39% 0.89% -
XYZ 61.28 68.67 34.07 -
YUV 211.86 86.32 138.09 -
System Red Green Blue C M Y K H S L
Decimal 226 219 138 0 0.03 0.39 0.11 55.23 0.6 0.71
Hex E2 DB 8A 0 3 27 B 37 3C 47
Octal 342 333 212 0 3 47 13 67 74 107
Binary 11100010 11011011 10001010 0 11 100111 1011 110111 111100 1000111

Color Harmonies of #E2DB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DB8A

Black with #E2DB8A

Text Example


Text Example

White with #E2DB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DB8A; }

 p { color: rgb(226,219,138); }

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

background-color css

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

 a { background-color: rgb(226,219,138); }

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

border-color css

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

 span { border-color: rgb(226,219,138); }

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