Html Css Color HEX #EBDD98 Primrose

📋 copy color: '#EBDD98'

red 235 ◦ green 221 ◦ blue 152

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

Shades of Primrose #EBDD98

Tints of Primrose #EBDD98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25%

R = 38.65%
G = 36.35%
B = 25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EBDD98 (or 0xEBDD98) is known color: Primrose. HEX triplet: EB, DD and 98. RGB value is (235,221,152). Sum of RGB (Red+Green+Blue) = 235+221+152=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 152 (59.77% from 255 or 25% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDD98 is #142267. Grayscale: #D9D9D9. Windows color (decimal): -1319528 or 10018283. OLE color: 10018283.

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

Color convert

RGB 235 221 152 -
CMYK 0 0.06 0.35 0.08
HSL 49.88º 0.67% 0.76% -
HSV(B) 49.88º 0.35% 0.92% -
XYZ 65.78 71.64 40.07 -
YUV 217.32 91.14 140.61 -
System Red Green Blue C M Y K H S L
Decimal 235 221 152 0 0.06 0.35 0.08 49.88 0.67 0.76
Hex EB DD 98 0 6 23 8 32 43 4C
Octal 353 335 230 0 6 43 10 62 103 114
Binary 11101011 11011101 10011000 0 110 100011 1000 110010 1000011 1001100

Color Harmonies of #EBDD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDD98

Black with #EBDD98

Text Example


Text Example

White with #EBDD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDD98; }

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

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

background-color css

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

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

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

border-color css

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

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

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