Html Css Color HEX #E2DA81 Primrose

📋 copy color: '#E2DA81'

red 226 ◦ green 218 ◦ blue 129

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

Shades of Primrose #E2DA81

Tints of Primrose #E2DA81

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.05%

 BLUE value IS 129 (50.78% from 255) = 22.51%

R = 39.44%
G = 38.05%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E2DA81 (or 0xE2DA81) is known color: Primrose. HEX triplet: E2, DA and 81. RGB value is (226,218,129). Sum of RGB (Red+Green+Blue) = 226+218+129=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 129 (50.78% from 255 or 22.51% from 573); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DA81 is #1D257E. Grayscale: #D2D2D2. Windows color (decimal): -1910143 or 8510178. OLE color: 8510178.

HSL color Cylindrical-coordinate representation of color #E2DA81: hue angle of 55.05º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E2DA81 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 218 129 -
CMYK 0 0.04 0.43 0.11
HSL 55.05º 0.63% 0.7% -
HSV(B) 55.05º 0.43% 0.89% -
XYZ 60.4 67.9 30.69 -
YUV 210.25 82.15 139.24 -
System Red Green Blue C M Y K H S L
Decimal 226 218 129 0 0.04 0.43 0.11 55.05 0.63 0.7
Hex E2 DA 81 0 4 2B B 37 3F 46
Octal 342 332 201 0 4 53 13 67 77 106
Binary 11100010 11011010 10000001 0 100 101011 1011 110111 111111 1000110

Color Harmonies of #E2DA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DA81

Black with #E2DA81

Text Example


Text Example

White with #E2DA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DA81; }

 p { color: rgb(226,218,129); }

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

background-color css

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

 a { background-color: rgb(226,218,129); }

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

border-color css

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

 span { border-color: rgb(226,218,129); }

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