Html Css Color HEX #EAF089 Tidal

📋 copy color: '#EAF089'

red 234 ◦ green 240 ◦ blue 137

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

Shades of Tidal #EAF089

Tints of Tidal #EAF089

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.28%

 BLUE value IS 137 (53.91% from 255) = 22.42%

R = 38.3%
G = 39.28%
B = 22.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#EAF089 (or 0xEAF089) is known color: Tidal. HEX triplet: EA, F0 and 89. RGB value is (234,240,137). Sum of RGB (Red+Green+Blue) = 234+240+137=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 137 (53.91% from 255 or 22.42% from 611); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF089 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF089 is #150F76. Grayscale: #E2E2E2. Windows color (decimal): -1380215 or 9040106. OLE color: 9040106.

HSL color Cylindrical-coordinate representation of color #EAF089: hue angle of 63.5º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EAF089 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 240 137 -
CMYK 0.02 0 0.43 0.06
HSL 63.5º 0.77% 0.74% -
HSV(B) 63.5º 0.43% 0.94% -
XYZ 69.61 81.62 35.75 -
YUV 226.46 77.51 133.38 -
System Red Green Blue C M Y K H S L
Decimal 234 240 137 0.02 0 0.43 0.06 63.5 0.77 0.74
Hex EA F0 89 2 0 2B 6 3F 4D 4A
Octal 352 360 211 2 0 53 6 77 115 112
Binary 11101010 11110000 10001001 10 0 101011 110 111111 1001101 1001010

Color Harmonies of #EAF089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF089

Black with #EAF089

Text Example


Text Example

White with #EAF089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF089; }

 p { color: rgb(234,240,137); }

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

background-color css

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

 a { background-color: rgb(234,240,137); }

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

border-color css

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

 span { border-color: rgb(234,240,137); }

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