Html Css Color HEX #EBDD97 Primrose

📋 copy color: '#EBDD97'

red 235 ◦ green 221 ◦ blue 151

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

Shades of Primrose #EBDD97

Tints of Primrose #EBDD97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 24.88%

R = 38.71%
G = 36.41%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EBDD97 (or 0xEBDD97) is known color: Primrose. HEX triplet: EB, DD and 97. RGB value is (235,221,151). Sum of RGB (Red+Green+Blue) = 235+221+151=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 151 (59.38% from 255 or 24.88% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDD97 is #142268. Grayscale: #D9D9D9. Windows color (decimal): -1319529 or 9952747. OLE color: 9952747.

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

Color convert

RGB 235 221 151 -
CMYK 0 0.06 0.36 0.08
HSL 50º 0.68% 0.76% -
HSV(B) 50º 0.36% 0.92% -
XYZ 65.7 71.61 39.64 -
YUV 217.21 90.64 140.69 -
System Red Green Blue C M Y K H S L
Decimal 235 221 151 0 0.06 0.36 0.08 50 0.68 0.76
Hex EB DD 97 0 6 24 8 32 44 4C
Octal 353 335 227 0 6 44 10 62 104 114
Binary 11101011 11011101 10010111 0 110 100100 1000 110010 1000100 1001100

Color Harmonies of #EBDD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDD97

Black with #EBDD97

Text Example


Text Example

White with #EBDD97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDD97; }

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

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

background-color css

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

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

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

border-color css

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

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

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