Html Css Color HEX #EBE09B Primrose

📋 copy color: '#EBE09B'

red 235 ◦ green 224 ◦ blue 155

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

Shades of Primrose #EBE09B

Tints of Primrose #EBE09B

RGB

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

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

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

R = 38.27%
G = 36.48%
B = 25.24%

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

#EBE09B (or 0xEBE09B) is known color: Primrose. HEX triplet: EB, E0 and 9B. RGB value is (235,224,155). Sum of RGB (Red+Green+Blue) = 235+224+155=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 155 (60.94% from 255 or 25.24% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE09B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE09B is #141F64. Grayscale: #DBDBDB. Windows color (decimal): -1318757 or 10215659. OLE color: 10215659.

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

Color convert

RGB 235 224 155 -
CMYK 0 0.05 0.34 0.08
HSL 51.75º 0.67% 0.76% -
HSV(B) 51.75º 0.34% 0.92% -
XYZ 66.83 73.34 41.64 -
YUV 219.42 91.64 139.11 -
System Red Green Blue C M Y K H S L
Decimal 235 224 155 0 0.05 0.34 0.08 51.75 0.67 0.76
Hex EB E0 9B 0 5 22 8 34 43 4C
Octal 353 340 233 0 5 42 10 64 103 114
Binary 11101011 11100000 10011011 0 101 100010 1000 110100 1000011 1001100

Color Harmonies of #EBE09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE09B

Black with #EBE09B

Text Example


Text Example

White with #EBE09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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