Html Css Color HEX #EBDC90 Primrose

📋 copy color: '#EBDC90'

red 235 ◦ green 220 ◦ blue 144

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

Shades of Primrose #EBDC90

Tints of Primrose #EBDC90

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.73%

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

R = 39.23%
G = 36.73%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EBDC90 (or 0xEBDC90) is known color: Primrose. HEX triplet: EB, DC and 90. RGB value is (235,220,144). Sum of RGB (Red+Green+Blue) = 235+220+144=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 144 (56.64% from 255 or 24.04% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDC90 is #14236F. Grayscale: #D8D8D8. Windows color (decimal): -1319792 or 9493739. OLE color: 9493739.

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

Color convert

RGB 235 220 144 -
CMYK 0 0.06 0.39 0.08
HSL 50.11º 0.69% 0.74% -
HSV(B) 50.11º 0.39% 0.92% -
XYZ 64.89 70.86 36.64 -
YUV 215.82 87.47 141.68 -
System Red Green Blue C M Y K H S L
Decimal 235 220 144 0 0.06 0.39 0.08 50.11 0.69 0.74
Hex EB DC 90 0 6 27 8 32 45 4A
Octal 353 334 220 0 6 47 10 62 105 112
Binary 11101011 11011100 10010000 0 110 100111 1000 110010 1000101 1001010

Color Harmonies of #EBDC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC90

Black with #EBDC90

Text Example


Text Example

White with #EBDC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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