Html Css Color HEX #EBE091 Primrose

📋 copy color: '#EBE091'

red 235 ◦ green 224 ◦ blue 145

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

Shades of Primrose #EBE091

Tints of Primrose #EBE091

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.09%

 BLUE value IS 145 (57.03% from 255) = 24.01%

R = 38.91%
G = 37.09%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EBE091 (or 0xEBE091) is known color: Primrose. HEX triplet: EB, E0 and 91. RGB value is (235,224,145). Sum of RGB (Red+Green+Blue) = 235+224+145=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 145 (57.03% from 255 or 24.01% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE091 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE091 is #141F6E. Grayscale: #DADADA. Windows color (decimal): -1318767 or 9560299. OLE color: 9560299.

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

Color convert

RGB 235 224 145 -
CMYK 0 0.05 0.38 0.08
HSL 52.67º 0.69% 0.75% -
HSV(B) 52.67º 0.38% 0.92% -
XYZ 66.03 73.02 37.4 -
YUV 218.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 235 224 145 0 0.05 0.38 0.08 52.67 0.69 0.75
Hex EB E0 91 0 5 26 8 35 45 4B
Octal 353 340 221 0 5 46 10 65 105 113
Binary 11101011 11100000 10010001 0 101 100110 1000 110101 1000101 1001011

Color Harmonies of #EBE091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE091

Black with #EBE091

Text Example


Text Example

White with #EBE091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE091; }

 p { color: rgb(235,224,145); }

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

background-color css

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

 a { background-color: rgb(235,224,145); }

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

border-color css

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

 span { border-color: rgb(235,224,145); }

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