Html Css Color HEX #EAF187 Tidal

📋 copy color: '#EAF187'

red 234 ◦ green 241 ◦ blue 135

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

Shades of Tidal #EAF187

Tints of Tidal #EAF187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 22.13%

R = 38.36%
G = 39.51%
B = 22.13%

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

#EAF187 (or 0xEAF187) is known color: Tidal. HEX triplet: EA, F1 and 87. RGB value is (234,241,135). Sum of RGB (Red+Green+Blue) = 234+241+135=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 135 (53.12% from 255 or 22.13% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF187 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF187 is #150E78. Grayscale: #E3E3E3. Windows color (decimal): -1379961 or 8909290. OLE color: 8909290.

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

Color convert

RGB 234 241 135 -
CMYK 0.03 0 0.44 0.05
HSL 63.96º 0.79% 0.74% -
HSV(B) 63.96º 0.44% 0.95% -
XYZ 69.76 82.15 35.1 -
YUV 226.82 76.18 133.12 -
System Red Green Blue C M Y K H S L
Decimal 234 241 135 0.03 0 0.44 0.05 63.96 0.79 0.74
Hex EA F1 87 3 0 2C 5 40 4F 4A
Octal 352 361 207 3 0 54 5 100 117 112
Binary 11101010 11110001 10000111 11 0 101100 101 1000000 1001111 1001010

Color Harmonies of #EAF187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF187

Black with #EAF187

Text Example


Text Example

White with #EAF187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF187; }

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

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

background-color css

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

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

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

border-color css

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

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

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