Html Css Color HEX #EAFB85 Tidal

📋 copy color: '#EAFB85'

red 234 ◦ green 251 ◦ blue 133

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

Shades of Tidal #EAFB85

Tints of Tidal #EAFB85

RGB

 RED value IS 234 (91.8% from 255) = 37.86%

 GREEN value IS 251 (98.44% from 255) = 40.61%

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

R = 37.86%
G = 40.61%
B = 21.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#EAFB85 (or 0xEAFB85) is known color: Tidal. HEX triplet: EA, FB and 85. RGB value is (234,251,133). Sum of RGB (Red+Green+Blue) = 234+251+133=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 133 (52.34% from 255 or 21.52% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFB85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFB85 is #15047A. Grayscale: #E8E8E8. Windows color (decimal): -1377403 or 8780778. OLE color: 8780778.

HSL color Cylindrical-coordinate representation of color #EAFB85: hue angle of 68.64º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAFB85 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 251 133 -
CMYK 0.07 0 0.47 0.02
HSL 68.64º 0.94% 0.75% -
HSV(B) 68.64º 0.47% 0.98% -
XYZ 72.66 88.18 35.38 -
YUV 232.47 71.87 129.09 -
System Red Green Blue C M Y K H S L
Decimal 234 251 133 0.07 0 0.47 0.02 68.64 0.94 0.75
Hex EA FB 85 7 0 2F 2 45 5E 4B
Octal 352 373 205 7 0 57 2 105 136 113
Binary 11101010 11111011 10000101 111 0 101111 10 1000101 1011110 1001011

Color Harmonies of #EAFB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFB85

Black with #EAFB85

Text Example


Text Example

White with #EAFB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFB85; }

 p { color: rgb(234,251,133); }

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

background-color css

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

 a { background-color: rgb(234,251,133); }

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

border-color css

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

 span { border-color: rgb(234,251,133); }

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