Html Css Color HEX #EAF087 Tidal

📋 copy color: '#EAF087'

red 234 ◦ green 240 ◦ blue 135

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

Shades of Tidal #EAF087

Tints of Tidal #EAF087

RGB

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

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

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

R = 38.42%
G = 39.41%
B = 22.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EAF087 (or 0xEAF087) is known color: Tidal. HEX triplet: EA, F0 and 87. RGB value is (234,240,135). Sum of RGB (Red+Green+Blue) = 234+240+135=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 240 (94.14% from 255 or 39.41% from 609); Blue value is 135 (53.12% from 255 or 22.17% from 609); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF087 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF087 is #150F78. Grayscale: #E2E2E2. Windows color (decimal): -1380217 or 8909034. OLE color: 8909034.

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

Color convert

RGB 234 240 135 -
CMYK 0.02 0 0.44 0.06
HSL 63.43º 0.78% 0.74% -
HSV(B) 63.43º 0.44% 0.94% -
XYZ 69.46 81.56 35 -
YUV 226.24 76.51 133.54 -
System Red Green Blue C M Y K H S L
Decimal 234 240 135 0.02 0 0.44 0.06 63.43 0.78 0.74
Hex EA F0 87 2 0 2C 6 3F 4E 4A
Octal 352 360 207 2 0 54 6 77 116 112
Binary 11101010 11110000 10000111 10 0 101100 110 111111 1001110 1001010

Color Harmonies of #EAF087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF087

Black with #EAF087

Text Example


Text Example

White with #EAF087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF087; }

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

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

background-color css

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

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

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

border-color css

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

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

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