Html Css Color HEX #EBDB91 Primrose

📋 copy color: '#EBDB91'

red 235 ◦ green 219 ◦ blue 145

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

Shades of Primrose #EBDB91

Tints of Primrose #EBDB91

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.56%

 BLUE value IS 145 (57.03% from 255) = 24.21%

R = 39.23%
G = 36.56%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EBDB91 (or 0xEBDB91) is known color: Primrose. HEX triplet: EB, DB and 91. RGB value is (235,219,145). Sum of RGB (Red+Green+Blue) = 235+219+145=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 145 (57.03% from 255 or 24.21% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB91 is #14246E. Grayscale: #D7D7D7. Windows color (decimal): -1320047 or 9559019. OLE color: 9559019.

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

Color convert

RGB 235 219 145 -
CMYK 0 0.07 0.38 0.08
HSL 49.33º 0.69% 0.75% -
HSV(B) 49.33º 0.38% 0.92% -
XYZ 64.7 70.37 36.96 -
YUV 215.35 88.3 142.02 -
System Red Green Blue C M Y K H S L
Decimal 235 219 145 0 0.07 0.38 0.08 49.33 0.69 0.75
Hex EB DB 91 0 7 26 8 31 45 4B
Octal 353 333 221 0 7 46 10 61 105 113
Binary 11101011 11011011 10010001 0 111 100110 1000 110001 1000101 1001011

Color Harmonies of #EBDB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB91

Black with #EBDB91

Text Example


Text Example

White with #EBDB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB91; }

 p { color: rgb(235,219,145); }

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

background-color css

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

 a { background-color: rgb(235,219,145); }

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

border-color css

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

 span { border-color: rgb(235,219,145); }

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