Html Css Color HEX #EBF995 Tidal

📋 copy color: '#EBF995'

red 235 ◦ green 249 ◦ blue 149

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

Shades of Tidal #EBF995

Tints of Tidal #EBF995

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.34%

 BLUE value IS 149 (58.59% from 255) = 23.54%

R = 37.12%
G = 39.34%
B = 23.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#EBF995 (or 0xEBF995) is known color: Tidal. HEX triplet: EB, F9 and 95. RGB value is (235,249,149). Sum of RGB (Red+Green+Blue) = 235+249+149=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 249 (97.66% from 255 or 39.34% from 633); Blue value is 149 (58.59% from 255 or 23.54% from 633); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF995 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF995 is #14066A. Grayscale: #E9E9E9. Windows color (decimal): -1312363 or 9828843. OLE color: 9828843.

HSL color Cylindrical-coordinate representation of color #EBF995: hue angle of 68.4º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBF995 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 235 249 149 -
CMYK 0.06 0 0.40 0.02
HSL 68.4º 0.89% 0.78% -
HSV(B) 68.4º 0.4% 0.98% -
XYZ 73.56 87.58 41.46 -
YUV 233.41 80.36 129.13 -
System Red Green Blue C M Y K H S L
Decimal 235 249 149 0.06 0 0.40 0.02 68.4 0.89 0.78
Hex EB F9 95 6 0 28 2 44 59 4E
Octal 353 371 225 6 0 50 2 104 131 116
Binary 11101011 11111001 10010101 110 0 101000 10 1000100 1011001 1001110

Color Harmonies of #EBF995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF995

Black with #EBF995

Text Example


Text Example

White with #EBF995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF995; }

 p { color: rgb(235,249,149); }

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

background-color css

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

 a { background-color: rgb(235,249,149); }

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

border-color css

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

 span { border-color: rgb(235,249,149); }

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