Html Css Color HEX #EBDC8F Primrose

📋 copy color: '#EBDC8F'

red 235 ◦ green 220 ◦ blue 143

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

Shades of Primrose #EBDC8F

Tints of Primrose #EBDC8F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.79%

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

R = 39.3%
G = 36.79%
B = 23.91%

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

#EBDC8F (or 0xEBDC8F) is known color: Primrose. HEX triplet: EB, DC and 8F. RGB value is (235,220,143). Sum of RGB (Red+Green+Blue) = 235+220+143=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 143 (56.25% from 255 or 23.91% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDC8F is #142370. Grayscale: #D8D8D8. Windows color (decimal): -1319793 or 9428203. OLE color: 9428203.

HSL color Cylindrical-coordinate representation of color #EBDC8F: hue angle of 50.22º 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 #EBDC8F is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 220 143 -
CMYK 0 0.06 0.39 0.08
HSL 50.22º 0.7% 0.74% -
HSV(B) 50.22º 0.39% 0.92% -
XYZ 64.81 70.83 36.24 -
YUV 215.71 86.97 141.76 -
System Red Green Blue C M Y K H S L
Decimal 235 220 143 0 0.06 0.39 0.08 50.22 0.7 0.74
Hex EB DC 8F 0 6 27 8 32 46 4A
Octal 353 334 217 0 6 47 10 62 106 112
Binary 11101011 11011100 10001111 0 110 100111 1000 110010 1000110 1001010

Color Harmonies of #EBDC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC8F

Black with #EBDC8F

Text Example


Text Example

White with #EBDC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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