Html Css Color HEX #EBDC93 Primrose

📋 copy color: '#EBDC93'

red 235 ◦ green 220 ◦ blue 147

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

Shades of Primrose #EBDC93

Tints of Primrose #EBDC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.42%

R = 39.04%
G = 36.54%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EBDC93 (or 0xEBDC93) is known color: Primrose. HEX triplet: EB, DC and 93. RGB value is (235,220,147). Sum of RGB (Red+Green+Blue) = 235+220+147=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 147 (57.81% from 255 or 24.42% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDC93 is #14236C. Grayscale: #D8D8D8. Windows color (decimal): -1319789 or 9690347. OLE color: 9690347.

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

Color convert

RGB 235 220 147 -
CMYK 0 0.06 0.37 0.08
HSL 49.77º 0.69% 0.75% -
HSV(B) 49.77º 0.37% 0.92% -
XYZ 65.12 70.96 37.87 -
YUV 216.16 88.97 141.44 -
System Red Green Blue C M Y K H S L
Decimal 235 220 147 0 0.06 0.37 0.08 49.77 0.69 0.75
Hex EB DC 93 0 6 25 8 32 45 4B
Octal 353 334 223 0 6 45 10 62 105 113
Binary 11101011 11011100 10010011 0 110 100101 1000 110010 1000101 1001011

Color Harmonies of #EBDC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC93

Black with #EBDC93

Text Example


Text Example

White with #EBDC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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