Html Css Color HEX #EAF188 Tidal

📋 copy color: '#EAF188'

red 234 ◦ green 241 ◦ blue 136

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

Shades of Tidal #EAF188

Tints of Tidal #EAF188

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.44%

 BLUE value IS 136 (53.52% from 255) = 22.26%

R = 38.3%
G = 39.44%
B = 22.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#EAF188 (or 0xEAF188) is known color: Tidal. HEX triplet: EA, F1 and 88. RGB value is (234,241,136). Sum of RGB (Red+Green+Blue) = 234+241+136=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 241 (94.53% from 255 or 39.44% from 611); Blue value is 136 (53.52% from 255 or 22.26% from 611); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF188 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF188 is #150E77. Grayscale: #E3E3E3. Windows color (decimal): -1379960 or 8974826. OLE color: 8974826.

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

Color convert

RGB 234 241 136 -
CMYK 0.03 0 0.44 0.05
HSL 64º 0.79% 0.74% -
HSV(B) 64º 0.44% 0.95% -
XYZ 69.83 82.18 35.47 -
YUV 226.94 76.68 133.04 -
System Red Green Blue C M Y K H S L
Decimal 234 241 136 0.03 0 0.44 0.05 64 0.79 0.74
Hex EA F1 88 3 0 2C 5 40 4F 4A
Octal 352 361 210 3 0 54 5 100 117 112
Binary 11101010 11110001 10001000 11 0 101100 101 1000000 1001111 1001010

Color Harmonies of #EAF188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF188

Black with #EAF188

Text Example


Text Example

White with #EAF188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF188; }

 p { color: rgb(234,241,136); }

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

background-color css

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

 a { background-color: rgb(234,241,136); }

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

border-color css

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

 span { border-color: rgb(234,241,136); }

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