Html Css Color HEX #EBDB90 Primrose

📋 copy color: '#EBDB90'

red 235 ◦ green 219 ◦ blue 144

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

Shades of Primrose #EBDB90

Tints of Primrose #EBDB90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.08%

R = 39.3%
G = 36.62%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EBDB90 (or 0xEBDB90) is known color: Primrose. HEX triplet: EB, DB and 90. RGB value is (235,219,144). Sum of RGB (Red+Green+Blue) = 235+219+144=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 144 (56.64% from 255 or 24.08% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB90 is #14246F. Grayscale: #D7D7D7. Windows color (decimal): -1320048 or 9493483. OLE color: 9493483.

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

Color convert

RGB 235 219 144 -
CMYK 0 0.07 0.39 0.08
HSL 49.45º 0.69% 0.74% -
HSV(B) 49.45º 0.39% 0.92% -
XYZ 64.63 70.34 36.56 -
YUV 215.23 87.8 142.1 -
System Red Green Blue C M Y K H S L
Decimal 235 219 144 0 0.07 0.39 0.08 49.45 0.69 0.74
Hex EB DB 90 0 7 27 8 31 45 4A
Octal 353 333 220 0 7 47 10 61 105 112
Binary 11101011 11011011 10010000 0 111 100111 1000 110001 1000101 1001010

Color Harmonies of #EBDB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB90

Black with #EBDB90

Text Example


Text Example

White with #EBDB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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