Html Css Color HEX #E6DE84 Primrose

📋 copy color: '#E6DE84'

red 230 ◦ green 222 ◦ blue 132

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

Shades of Primrose #E6DE84

Tints of Primrose #E6DE84

RGB

 RED value IS 230 (90.23% from 255) = 39.38%

 GREEN value IS 222 (87.11% from 255) = 38.01%

 BLUE value IS 132 (51.95% from 255) = 22.6%

R = 39.38%
G = 38.01%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E6DE84 (or 0xE6DE84) is known color: Primrose. HEX triplet: E6, DE and 84. RGB value is (230,222,132). Sum of RGB (Red+Green+Blue) = 230+222+132=584 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.38% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 132 (51.95% from 255 or 22.60% from 584); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DE84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DE84 is #19217B. Grayscale: #D6D6D6. Windows color (decimal): -1646972 or 8707814. OLE color: 8707814.

HSL color Cylindrical-coordinate representation of color #E6DE84: hue angle of 55.1º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E6DE84 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 222 132 -
CMYK 0 0.03 0.43 0.10
HSL 55.1º 0.66% 0.71% -
HSV(B) 55.1º 0.43% 0.9% -
XYZ 62.92 70.73 32.17 -
YUV 214.13 81.65 139.32 -
System Red Green Blue C M Y K H S L
Decimal 230 222 132 0 0.03 0.43 0.10 55.1 0.66 0.71
Hex E6 DE 84 0 3 2B A 37 42 47
Octal 346 336 204 0 3 53 12 67 102 107
Binary 11100110 11011110 10000100 0 11 101011 1010 110111 1000010 1000111

Color Harmonies of #E6DE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DE84

Black with #E6DE84

Text Example


Text Example

White with #E6DE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DE84; }

 p { color: rgb(230,222,132); }

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

background-color css

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

 a { background-color: rgb(230,222,132); }

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

border-color css

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

 span { border-color: rgb(230,222,132); }

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