Html Css Color HEX #EBDF99 Primrose

📋 copy color: '#EBDF99'

red 235 ◦ green 223 ◦ blue 153

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

Shades of Primrose #EBDF99

Tints of Primrose #EBDF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25.04%

R = 38.46%
G = 36.5%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EBDF99 (or 0xEBDF99) is known color: Primrose. HEX triplet: EB, DF and 99. RGB value is (235,223,153). Sum of RGB (Red+Green+Blue) = 235+223+153=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 153 (60.16% from 255 or 25.04% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDF99 is #142066. Grayscale: #DADADA. Windows color (decimal): -1319015 or 10084331. OLE color: 10084331.

HSL color Cylindrical-coordinate representation of color #EBDF99: hue angle of 51.22º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBDF99 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 223 153 -
CMYK 0 0.05 0.35 0.08
HSL 51.22º 0.67% 0.76% -
HSV(B) 51.22º 0.35% 0.92% -
XYZ 66.4 72.74 40.68 -
YUV 218.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 235 223 153 0 0.05 0.35 0.08 51.22 0.67 0.76
Hex EB DF 99 0 5 23 8 33 43 4C
Octal 353 337 231 0 5 43 10 63 103 114
Binary 11101011 11011111 10011001 0 101 100011 1000 110011 1000011 1001100

Color Harmonies of #EBDF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF99

Black with #EBDF99

Text Example


Text Example

White with #EBDF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF99; }

 p { color: rgb(235,223,153); }

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

background-color css

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

 a { background-color: rgb(235,223,153); }

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

border-color css

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

 span { border-color: rgb(235,223,153); }

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