Html Css Color HEX #EBE09C Primrose

📋 copy color: '#EBE09C'

red 235 ◦ green 224 ◦ blue 156

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

Shades of Primrose #EBE09C

Tints of Primrose #EBE09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.37%

R = 38.21%
G = 36.42%
B = 25.37%

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

#EBE09C (or 0xEBE09C) is known color: Primrose. HEX triplet: EB, E0 and 9C. RGB value is (235,224,156). Sum of RGB (Red+Green+Blue) = 235+224+156=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 156 (61.33% from 255 or 25.37% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE09C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE09C is #141F63. Grayscale: #DBDBDB. Windows color (decimal): -1318756 or 10281195. OLE color: 10281195.

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

Color convert

RGB 235 224 156 -
CMYK 0 0.05 0.34 0.08
HSL 51.65º 0.66% 0.77% -
HSV(B) 51.65º 0.34% 0.92% -
XYZ 66.92 73.37 42.09 -
YUV 219.54 92.14 139.03 -
System Red Green Blue C M Y K H S L
Decimal 235 224 156 0 0.05 0.34 0.08 51.65 0.66 0.77
Hex EB E0 9C 0 5 22 8 34 42 4D
Octal 353 340 234 0 5 42 10 64 102 115
Binary 11101011 11100000 10011100 0 101 100010 1000 110100 1000010 1001101

Color Harmonies of #EBE09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE09C

Black with #EBE09C

Text Example


Text Example

White with #EBE09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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