Html Css Color HEX #EBDB93 Primrose

📋 copy color: '#EBDB93'

red 235 ◦ green 219 ◦ blue 147

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

Shades of Primrose #EBDB93

Tints of Primrose #EBDB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.46%

R = 39.1%
G = 36.44%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EBDB93 (or 0xEBDB93) is known color: Primrose. HEX triplet: EB, DB and 93. RGB value is (235,219,147). Sum of RGB (Red+Green+Blue) = 235+219+147=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 147 (57.81% from 255 or 24.46% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB93 is #14246C. Grayscale: #D7D7D7. Windows color (decimal): -1320045 or 9690091. OLE color: 9690091.

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

Color convert

RGB 235 219 147 -
CMYK 0 0.07 0.37 0.08
HSL 49.09º 0.69% 0.75% -
HSV(B) 49.09º 0.37% 0.92% -
XYZ 64.86 70.43 37.78 -
YUV 215.58 89.3 141.85 -
System Red Green Blue C M Y K H S L
Decimal 235 219 147 0 0.07 0.37 0.08 49.09 0.69 0.75
Hex EB DB 93 0 7 25 8 31 45 4B
Octal 353 333 223 0 7 45 10 61 105 113
Binary 11101011 11011011 10010011 0 111 100101 1000 110001 1000101 1001011

Color Harmonies of #EBDB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB93

Black with #EBDB93

Text Example


Text Example

White with #EBDB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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