Html Css Color HEX #EBE09A Primrose

📋 copy color: '#EBE09A'

red 235 ◦ green 224 ◦ blue 154

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

Shades of Primrose #EBE09A

Tints of Primrose #EBE09A

RGB

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

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

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

R = 38.34%
G = 36.54%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EBE09A (or 0xEBE09A) is known color: Primrose. HEX triplet: EB, E0 and 9A. RGB value is (235,224,154). Sum of RGB (Red+Green+Blue) = 235+224+154=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 154 (60.55% from 255 or 25.12% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE09A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE09A is #141F65. Grayscale: #DBDBDB. Windows color (decimal): -1318758 or 10150123. OLE color: 10150123.

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

Color convert

RGB 235 224 154 -
CMYK 0 0.05 0.34 0.08
HSL 51.85º 0.67% 0.76% -
HSV(B) 51.85º 0.34% 0.92% -
XYZ 66.75 73.31 41.2 -
YUV 219.31 91.14 139.19 -
System Red Green Blue C M Y K H S L
Decimal 235 224 154 0 0.05 0.34 0.08 51.85 0.67 0.76
Hex EB E0 9A 0 5 22 8 34 43 4C
Octal 353 340 232 0 5 42 10 64 103 114
Binary 11101011 11100000 10011010 0 101 100010 1000 110100 1000011 1001100

Color Harmonies of #EBE09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE09A

Black with #EBE09A

Text Example


Text Example

White with #EBE09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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