Html Css Color HEX #EBE096 Primrose

📋 copy color: '#EBE096'

red 235 ◦ green 224 ◦ blue 150

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

Shades of Primrose #EBE096

Tints of Primrose #EBE096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.63%

R = 38.59%
G = 36.78%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EBE096 (or 0xEBE096) is known color: Primrose. HEX triplet: EB, E0 and 96. RGB value is (235,224,150). Sum of RGB (Red+Green+Blue) = 235+224+150=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 150 (58.98% from 255 or 24.63% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE096 is #141F69. Grayscale: #DBDBDB. Windows color (decimal): -1318762 or 9887979. OLE color: 9887979.

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

Color convert

RGB 235 224 150 -
CMYK 0 0.05 0.36 0.08
HSL 52.24º 0.68% 0.75% -
HSV(B) 52.24º 0.36% 0.92% -
XYZ 66.42 73.18 39.48 -
YUV 218.85 89.14 139.52 -
System Red Green Blue C M Y K H S L
Decimal 235 224 150 0 0.05 0.36 0.08 52.24 0.68 0.75
Hex EB E0 96 0 5 24 8 34 44 4B
Octal 353 340 226 0 5 44 10 64 104 113
Binary 11101011 11100000 10010110 0 101 100100 1000 110100 1000100 1001011

Color Harmonies of #EBE096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE096

Black with #EBE096

Text Example


Text Example

White with #EBE096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE096; }

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

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

background-color css

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

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

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

border-color css

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

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

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