Html Css Color HEX #E6DE9A Primrose

📋 copy color: '#E6DE9A'

red 230 ◦ green 222 ◦ blue 154

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

Shades of Primrose #E6DE9A

Tints of Primrose #E6DE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.41%

R = 37.95%
G = 36.63%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6DE9A (or 0xE6DE9A) is known color: Primrose. HEX triplet: E6, DE and 9A. RGB value is (230,222,154). Sum of RGB (Red+Green+Blue) = 230+222+154=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DE9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DE9A is #192165. Grayscale: #D8D8D8. Windows color (decimal): -1646950 or 10149606. OLE color: 10149606.

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

Color convert

RGB 230 222 154 -
CMYK 0 0.03 0.33 0.10
HSL 53.68º 0.6% 0.75% -
HSV(B) 53.68º 0.33% 0.9% -
XYZ 64.59 71.4 40.95 -
YUV 216.64 92.65 137.53 -
System Red Green Blue C M Y K H S L
Decimal 230 222 154 0 0.03 0.33 0.10 53.68 0.6 0.75
Hex E6 DE 9A 0 3 21 A 36 3C 4B
Octal 346 336 232 0 3 41 12 66 74 113
Binary 11100110 11011110 10011010 0 11 100001 1010 110110 111100 1001011

Color Harmonies of #E6DE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DE9A

Black with #E6DE9A

Text Example


Text Example

White with #E6DE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DE9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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