Html Css Color HEX #EBF286 Tidal

📋 copy color: '#EBF286'

red 235 ◦ green 242 ◦ blue 134

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

Shades of Tidal #EBF286

Tints of Tidal #EBF286

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.61%

 BLUE value IS 134 (52.73% from 255) = 21.93%

R = 38.46%
G = 39.61%
B = 21.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#EBF286 (or 0xEBF286) is known color: Tidal. HEX triplet: EB, F2 and 86. RGB value is (235,242,134). Sum of RGB (Red+Green+Blue) = 235+242+134=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 134 (52.73% from 255 or 21.93% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF286 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF286 is #140D79. Grayscale: #E4E4E4. Windows color (decimal): -1314170 or 8844011. OLE color: 8844011.

HSL color Cylindrical-coordinate representation of color #EBF286: hue angle of 63.89º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EBF286 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 242 134 -
CMYK 0.03 0 0.45 0.05
HSL 63.89º 0.81% 0.74% -
HSV(B) 63.89º 0.45% 0.95% -
XYZ 70.32 82.89 34.85 -
YUV 227.6 75.18 133.28 -
System Red Green Blue C M Y K H S L
Decimal 235 242 134 0.03 0 0.45 0.05 63.89 0.81 0.74
Hex EB F2 86 3 0 2D 5 40 51 4A
Octal 353 362 206 3 0 55 5 100 121 112
Binary 11101011 11110010 10000110 11 0 101101 101 1000000 1010001 1001010

Color Harmonies of #EBF286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF286

Black with #EBF286

Text Example


Text Example

White with #EBF286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF286; }

 p { color: rgb(235,242,134); }

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

background-color css

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

 a { background-color: rgb(235,242,134); }

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

border-color css

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

 span { border-color: rgb(235,242,134); }

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