Html Css Color HEX #EBE19B Primrose

📋 copy color: '#EBE19B'

red 235 ◦ green 225 ◦ blue 155

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

Shades of Primrose #EBE19B

Tints of Primrose #EBE19B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.59%

 BLUE value IS 155 (60.94% from 255) = 25.2%

R = 38.21%
G = 36.59%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EBE19B (or 0xEBE19B) is known color: Primrose. HEX triplet: EB, E1 and 9B. RGB value is (235,225,155). Sum of RGB (Red+Green+Blue) = 235+225+155=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 155 (60.94% from 255 or 25.20% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE19B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE19B is #141E64. Grayscale: #DCDCDC. Windows color (decimal): -1318501 or 10215915. OLE color: 10215915.

HSL color Cylindrical-coordinate representation of color #EBE19B: hue angle of 52.5º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBE19B is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 225 155 -
CMYK 0 0.04 0.34 0.08
HSL 52.5º 0.67% 0.76% -
HSV(B) 52.5º 0.34% 0.92% -
XYZ 67.1 73.88 41.73 -
YUV 220.01 91.31 138.69 -
System Red Green Blue C M Y K H S L
Decimal 235 225 155 0 0.04 0.34 0.08 52.5 0.67 0.76
Hex EB E1 9B 0 4 22 8 34 43 4C
Octal 353 341 233 0 4 42 10 64 103 114
Binary 11101011 11100001 10011011 0 100 100010 1000 110100 1000011 1001100

Color Harmonies of #EBE19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE19B

Black with #EBE19B

Text Example


Text Example

White with #EBE19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE19B; }

 p { color: rgb(235,225,155); }

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

background-color css

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

 a { background-color: rgb(235,225,155); }

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

border-color css

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

 span { border-color: rgb(235,225,155); }

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