#EBF283

Color #EBF283 Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #EBF283

Tints of Tidal #EBF283

Color information

#EBF283 (or 0xEBF283) is unknown color: approx Tidal. HEX triplet: EB, F2 and 83. RGB value is (235,242,131). Sum of RGB (Red+Green+Blue) = 235+242+131=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 131 (51.56% from 255 or 21.55% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF283 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF283 is #140D7C. Grayscale: #E3E3E3. Windows color (decimal): -1314173 or 8647403. OLE color: 8647403.

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

Color convert

RGB235242131-
CMYK0.0300.460.05
HSL63.78º81.02%73.14%-
HSV(B)63.78º45.87%94.9%-
XYZ70.1182.8133.76-
YUV227.2573.68133.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 242 (94.92% from 255) = 39.80%
BLUE value IS 131 (51.56% from 255) = 21.55%
R=38.65%
G=39.80%
B=21.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352421310.0300.460.0563.7881.0273.14
HexEBF283302E5405149
Octal35336220330565100121111
Binary111010111111001010000011110101110101100000010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF283; }

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

 H1.HeaderClassName
 {
   color: #EBF283;
 }
 .AnyTagClassName
 {
   color: #EBF283;
 }
</style>
background-color css

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

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

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

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

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

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