Html Css Color HEX #EBDB96 Primrose

📋 copy color: '#EBDB96'

red 235 ◦ green 219 ◦ blue 150

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

Shades of Primrose #EBDB96

Tints of Primrose #EBDB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.83%

R = 38.91%
G = 36.26%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EBDB96 (or 0xEBDB96) is known color: Primrose. HEX triplet: EB, DB and 96. RGB value is (235,219,150). Sum of RGB (Red+Green+Blue) = 235+219+150=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 150 (58.98% from 255 or 24.83% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB96 is #142469. Grayscale: #D8D8D8. Windows color (decimal): -1320042 or 9886699. OLE color: 9886699.

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

Color convert

RGB 235 219 150 -
CMYK 0 0.07 0.36 0.08
HSL 48.71º 0.68% 0.75% -
HSV(B) 48.71º 0.36% 0.92% -
XYZ 65.1 70.53 39.04 -
YUV 215.92 90.8 141.61 -
System Red Green Blue C M Y K H S L
Decimal 235 219 150 0 0.07 0.36 0.08 48.71 0.68 0.75
Hex EB DB 96 0 7 24 8 31 44 4B
Octal 353 333 226 0 7 44 10 61 104 113
Binary 11101011 11011011 10010110 0 111 100100 1000 110001 1000100 1001011

Color Harmonies of #EBDB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB96

Black with #EBDB96

Text Example


Text Example

White with #EBDB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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