Html Css Color HEX #E6D68D Primrose

📋 copy color: '#E6D68D'

red 230 ◦ green 214 ◦ blue 141

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

Shades of Primrose #E6D68D

Tints of Primrose #E6D68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.1%

R = 39.32%
G = 36.58%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6D68D (or 0xE6D68D) is known color: Primrose. HEX triplet: E6, D6 and 8D. RGB value is (230,214,141). Sum of RGB (Red+Green+Blue) = 230+214+141=585 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.32% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D68D is #192972. Grayscale: #D2D2D2. Windows color (decimal): -1649011 or 9295590. OLE color: 9295590.

HSL color Cylindrical-coordinate representation of color #E6D68D: hue angle of 49.21º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E6D68D is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 214 141 -
CMYK 0 0.07 0.39 0.10
HSL 49.21º 0.64% 0.73% -
HSV(B) 49.21º 0.39% 0.9% -
XYZ 61.49 66.84 34.86 -
YUV 210.46 88.8 141.94 -
System Red Green Blue C M Y K H S L
Decimal 230 214 141 0 0.07 0.39 0.10 49.21 0.64 0.73
Hex E6 D6 8D 0 7 27 A 31 40 49
Octal 346 326 215 0 7 47 12 61 100 111
Binary 11100110 11010110 10001101 0 111 100111 1010 110001 1000000 1001001

Color Harmonies of #E6D68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D68D

Black with #E6D68D

Text Example


Text Example

White with #E6D68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D68D; }

 p { color: rgb(230,214,141); }

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

background-color css

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

 a { background-color: rgb(230,214,141); }

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

border-color css

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

 span { border-color: rgb(230,214,141); }

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