Html Css Color HEX #EBDD8F Primrose

📋 copy color: '#EBDD8F'

red 235 ◦ green 221 ◦ blue 143

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

Shades of Primrose #EBDD8F

Tints of Primrose #EBDD8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.87%

R = 39.23%
G = 36.89%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EBDD8F (or 0xEBDD8F) is known color: Primrose. HEX triplet: EB, DD and 8F. RGB value is (235,221,143). Sum of RGB (Red+Green+Blue) = 235+221+143=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 143 (56.25% from 255 or 23.87% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDD8F is #142270. Grayscale: #D8D8D8. Windows color (decimal): -1319537 or 9428459. OLE color: 9428459.

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

Color convert

RGB 235 221 143 -
CMYK 0 0.06 0.39 0.08
HSL 50.87º 0.7% 0.74% -
HSV(B) 50.87º 0.39% 0.92% -
XYZ 65.08 71.36 36.33 -
YUV 216.29 86.64 141.34 -
System Red Green Blue C M Y K H S L
Decimal 235 221 143 0 0.06 0.39 0.08 50.87 0.7 0.74
Hex EB DD 8F 0 6 27 8 33 46 4A
Octal 353 335 217 0 6 47 10 63 106 112
Binary 11101011 11011101 10001111 0 110 100111 1000 110011 1000110 1001010

Color Harmonies of #EBDD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDD8F

Black with #EBDD8F

Text Example


Text Example

White with #EBDD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDD8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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