Html Css Color HEX #EBF994 Tidal

📋 copy color: '#EBF994'

red 235 ◦ green 249 ◦ blue 148

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

Shades of Tidal #EBF994

Tints of Tidal #EBF994

RGB

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

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

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

R = 37.18%
G = 39.4%
B = 23.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#EBF994 (or 0xEBF994) is known color: Tidal. HEX triplet: EB, F9 and 94. RGB value is (235,249,148). Sum of RGB (Red+Green+Blue) = 235+249+148=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 148 (58.20% from 255 or 23.42% from 632); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF994 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF994 is #14066B. Grayscale: #E9E9E9. Windows color (decimal): -1312364 or 9763307. OLE color: 9763307.

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

Color convert

RGB 235 249 148 -
CMYK 0.06 0 0.41 0.02
HSL 68.32º 0.89% 0.78% -
HSV(B) 68.32º 0.41% 0.98% -
XYZ 73.48 87.55 41.04 -
YUV 233.3 79.86 129.21 -
System Red Green Blue C M Y K H S L
Decimal 235 249 148 0.06 0 0.41 0.02 68.32 0.89 0.78
Hex EB F9 94 6 0 29 2 44 59 4E
Octal 353 371 224 6 0 51 2 104 131 116
Binary 11101011 11111001 10010100 110 0 101001 10 1000100 1011001 1001110

Color Harmonies of #EBF994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF994

Black with #EBF994

Text Example


Text Example

White with #EBF994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF994; }

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

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

background-color css

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

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

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

border-color css

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

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

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