Html Css Color HEX #EBF285 Tidal

📋 copy color: '#EBF285'

red 235 ◦ green 242 ◦ blue 133

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

Shades of Tidal #EBF285

Tints of Tidal #EBF285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 21.8%

R = 38.52%
G = 39.67%
B = 21.8%

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

#EBF285 (or 0xEBF285) is known color: Tidal. HEX triplet: EB, F2 and 85. RGB value is (235,242,133). Sum of RGB (Red+Green+Blue) = 235+242+133=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 242 (94.92% from 255 or 39.67% from 610); Blue value is 133 (52.34% from 255 or 21.80% from 610); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF285 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF285 is #140D7A. Grayscale: #E3E3E3. Windows color (decimal): -1314171 or 8778475. OLE color: 8778475.

HSL color Cylindrical-coordinate representation of color #EBF285: hue angle of 63.85º 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 #EBF285 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 242 133 -
CMYK 0.03 0 0.45 0.05
HSL 63.85º 0.81% 0.74% -
HSV(B) 63.85º 0.45% 0.95% -
XYZ 70.25 82.86 34.48 -
YUV 227.48 74.68 133.36 -
System Red Green Blue C M Y K H S L
Decimal 235 242 133 0.03 0 0.45 0.05 63.85 0.81 0.74
Hex EB F2 85 3 0 2D 5 40 51 4A
Octal 353 362 205 3 0 55 5 100 121 112
Binary 11101011 11110010 10000101 11 0 101101 101 1000000 1010001 1001010

Color Harmonies of #EBF285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF285

Black with #EBF285

Text Example


Text Example

White with #EBF285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF285; }

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

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

background-color css

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

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

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

border-color css

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

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

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