Html Css Color HEX #E6DF8B Primrose

📋 copy color: '#E6DF8B'

red 230 ◦ green 223 ◦ blue 139

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

Shades of Primrose #E6DF8B

Tints of Primrose #E6DF8B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.67%

 BLUE value IS 139 (54.69% from 255) = 23.48%

R = 38.85%
G = 37.67%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E6DF8B (or 0xE6DF8B) is known color: Primrose. HEX triplet: E6, DF and 8B. RGB value is (230,223,139). Sum of RGB (Red+Green+Blue) = 230+223+139=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 139 (54.69% from 255 or 23.48% from 592); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DF8B is #192074. Grayscale: #D7D7D7. Windows color (decimal): -1646709 or 9166822. OLE color: 9166822.

HSL color Cylindrical-coordinate representation of color #E6DF8B: hue angle of 55.38º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6DF8B is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 223 139 -
CMYK 0 0.03 0.40 0.10
HSL 55.38º 0.65% 0.72% -
HSV(B) 55.38º 0.4% 0.9% -
XYZ 63.68 71.46 34.86 -
YUV 215.52 84.82 138.33 -
System Red Green Blue C M Y K H S L
Decimal 230 223 139 0 0.03 0.40 0.10 55.38 0.65 0.72
Hex E6 DF 8B 0 3 28 A 37 41 48
Octal 346 337 213 0 3 50 12 67 101 110
Binary 11100110 11011111 10001011 0 11 101000 1010 110111 1000001 1001000

Color Harmonies of #E6DF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DF8B

Black with #E6DF8B

Text Example


Text Example

White with #E6DF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DF8B; }

 p { color: rgb(230,223,139); }

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

background-color css

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

 a { background-color: rgb(230,223,139); }

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

border-color css

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

 span { border-color: rgb(230,223,139); }

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