Html Css Color HEX #EAF98A Tidal

📋 copy color: '#EAF98A'

red 234 ◦ green 249 ◦ blue 138

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

Shades of Tidal #EAF98A

Tints of Tidal #EAF98A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.1%

 BLUE value IS 138 (54.3% from 255) = 22.22%

R = 37.68%
G = 40.1%
B = 22.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#EAF98A (or 0xEAF98A) is known color: Tidal. HEX triplet: EA, F9 and 8A. RGB value is (234,249,138). Sum of RGB (Red+Green+Blue) = 234+249+138=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 138 (54.30% from 255 or 22.22% from 621); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF98A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF98A is #150675. Grayscale: #E8E8E8. Windows color (decimal): -1377910 or 9107946. OLE color: 9107946.

HSL color Cylindrical-coordinate representation of color #EAF98A: hue angle of 68.11º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAF98A is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 249 138 -
CMYK 0.06 0 0.45 0.02
HSL 68.11º 0.9% 0.76% -
HSV(B) 68.11º 0.45% 0.98% -
XYZ 72.39 87.08 37.04 -
YUV 231.86 75.03 129.53 -
System Red Green Blue C M Y K H S L
Decimal 234 249 138 0.06 0 0.45 0.02 68.11 0.9 0.76
Hex EA F9 8A 6 0 2D 2 44 5A 4C
Octal 352 371 212 6 0 55 2 104 132 114
Binary 11101010 11111001 10001010 110 0 101101 10 1000100 1011010 1001100

Color Harmonies of #EAF98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF98A

Black with #EAF98A

Text Example


Text Example

White with #EAF98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF98A; }

 p { color: rgb(234,249,138); }

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

background-color css

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

 a { background-color: rgb(234,249,138); }

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

border-color css

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

 span { border-color: rgb(234,249,138); }

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