Html Css Color HEX #EBF894 Tidal

📋 copy color: '#EBF894'

red 235 ◦ green 248 ◦ blue 148

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

Shades of Tidal #EBF894

Tints of Tidal #EBF894

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.3%

 BLUE value IS 148 (58.2% from 255) = 23.45%

R = 37.24%
G = 39.3%
B = 23.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#EBF894 (or 0xEBF894) is known color: Tidal. HEX triplet: EB, F8 and 94. RGB value is (235,248,148). Sum of RGB (Red+Green+Blue) = 235+248+148=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 248 (97.27% from 255 or 39.30% from 631); Blue value is 148 (58.20% from 255 or 23.45% from 631); Max value from RGB is 248 - color contains mainly: green. Hex color #EBF894 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF894 is #14076B. Grayscale: #E9E9E9. Windows color (decimal): -1312620 or 9763051. OLE color: 9763051.

HSL color Cylindrical-coordinate representation of color #EBF894: hue angle of 67.8º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBF894 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 235 248 148 -
CMYK 0.05 0 0.40 0.03
HSL 67.8º 0.88% 0.78% -
HSV(B) 67.8º 0.4% 0.97% -
XYZ 73.17 86.94 40.94 -
YUV 232.71 80.19 129.63 -
System Red Green Blue C M Y K H S L
Decimal 235 248 148 0.05 0 0.40 0.03 67.8 0.88 0.78
Hex EB F8 94 5 0 28 3 44 58 4E
Octal 353 370 224 5 0 50 3 104 130 116
Binary 11101011 11111000 10010100 101 0 101000 11 1000100 1011000 1001110

Color Harmonies of #EBF894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF894

Black with #EBF894

Text Example


Text Example

White with #EBF894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF894; }

 p { color: rgb(235,248,148); }

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

background-color css

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

 a { background-color: rgb(235,248,148); }

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

border-color css

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

 span { border-color: rgb(235,248,148); }

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