Html Css Color HEX #EBE19A Primrose

📋 copy color: '#EBE19A'

red 235 ◦ green 225 ◦ blue 154

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

Shades of Primrose #EBE19A

Tints of Primrose #EBE19A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.08%

R = 38.27%
G = 36.64%
B = 25.08%

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

#EBE19A (or 0xEBE19A) is known color: Primrose. HEX triplet: EB, E1 and 9A. RGB value is (235,225,154). Sum of RGB (Red+Green+Blue) = 235+225+154=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 154 (60.55% from 255 or 25.08% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE19A is #141E65. Grayscale: #DCDCDC. Windows color (decimal): -1318502 or 10150379. OLE color: 10150379.

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

Color convert

RGB 235 225 154 -
CMYK 0 0.04 0.34 0.08
HSL 52.59º 0.67% 0.76% -
HSV(B) 52.59º 0.34% 0.92% -
XYZ 67.02 73.85 41.29 -
YUV 219.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 235 225 154 0 0.04 0.34 0.08 52.59 0.67 0.76
Hex EB E1 9A 0 4 22 8 35 43 4C
Octal 353 341 232 0 4 42 10 65 103 114
Binary 11101011 11100001 10011010 0 100 100010 1000 110101 1000011 1001100

Color Harmonies of #EBE19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE19A

Black with #EBE19A

Text Example


Text Example

White with #EBE19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE19A; }

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

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

background-color css

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

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

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

border-color css

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

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

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