Html Css Color HEX #EBDA90 Primrose

📋 copy color: '#EBDA90'

red 235 ◦ green 218 ◦ blue 144

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

Shades of Primrose #EBDA90

Tints of Primrose #EBDA90

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.52%

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

R = 39.36%
G = 36.52%
B = 24.12%

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

#EBDA90 (or 0xEBDA90) is known color: Primrose. HEX triplet: EB, DA and 90. RGB value is (235,218,144). Sum of RGB (Red+Green+Blue) = 235+218+144=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 144 (56.64% from 255 or 24.12% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDA90 is #14256F. Grayscale: #D6D6D6. Windows color (decimal): -1320304 or 9493227. OLE color: 9493227.

HSL color Cylindrical-coordinate representation of color #EBDA90: hue angle of 48.79º 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 #EBDA90 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 218 144 -
CMYK 0 0.07 0.39 0.08
HSL 48.79º 0.69% 0.74% -
HSV(B) 48.79º 0.39% 0.92% -
XYZ 64.37 69.82 36.47 -
YUV 214.65 88.13 142.52 -
System Red Green Blue C M Y K H S L
Decimal 235 218 144 0 0.07 0.39 0.08 48.79 0.69 0.74
Hex EB DA 90 0 7 27 8 31 45 4A
Octal 353 332 220 0 7 47 10 61 105 112
Binary 11101011 11011010 10010000 0 111 100111 1000 110001 1000101 1001010

Color Harmonies of #EBDA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA90

Black with #EBDA90

Text Example


Text Example

White with #EBDA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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