Html Css Color HEX #EBDD8C Primrose

📋 copy color: '#EBDD8C'

red 235 ◦ green 221 ◦ blue 140

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

Shades of Primrose #EBDD8C

Tints of Primrose #EBDD8C

RGB

 RED value IS 235 (92.19% from 255) = 39.43%

 GREEN value IS 221 (86.72% from 255) = 37.08%

 BLUE value IS 140 (55.08% from 255) = 23.49%

R = 39.43%
G = 37.08%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EBDD8C (or 0xEBDD8C) is known color: Primrose. HEX triplet: EB, DD and 8C. RGB value is (235,221,140). Sum of RGB (Red+Green+Blue) = 235+221+140=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 140 (55.08% from 255 or 23.49% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDD8C is #142273. Grayscale: #D8D8D8. Windows color (decimal): -1319540 or 9231851. OLE color: 9231851.

HSL color Cylindrical-coordinate representation of color #EBDD8C: hue angle of 51.16º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBDD8C is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 221 140 -
CMYK 0 0.06 0.40 0.08
HSL 51.16º 0.7% 0.74% -
HSV(B) 51.16º 0.4% 0.92% -
XYZ 64.85 71.27 35.15 -
YUV 215.95 85.14 141.59 -
System Red Green Blue C M Y K H S L
Decimal 235 221 140 0 0.06 0.40 0.08 51.16 0.7 0.74
Hex EB DD 8C 0 6 28 8 33 46 4A
Octal 353 335 214 0 6 50 10 63 106 112
Binary 11101011 11011101 10001100 0 110 101000 1000 110011 1000110 1001010

Color Harmonies of #EBDD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDD8C

Black with #EBDD8C

Text Example


Text Example

White with #EBDD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDD8C; }

 p { color: rgb(235,221,140); }

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

background-color css

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

 a { background-color: rgb(235,221,140); }

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

border-color css

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

 span { border-color: rgb(235,221,140); }

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