Html Css Color HEX #EAF77D Tidal

📋 copy color: '#EAF77D'

red 234 ◦ green 247 ◦ blue 125

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

Shades of Tidal #EAF77D

Tints of Tidal #EAF77D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.76%

 BLUE value IS 125 (49.22% from 255) = 20.63%

R = 38.61%
G = 40.76%
B = 20.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#EAF77D (or 0xEAF77D) is known color: Tidal. HEX triplet: EA, F7 and 7D. RGB value is (234,247,125). Sum of RGB (Red+Green+Blue) = 234+247+125=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 247 (96.88% from 255 or 40.76% from 606); Blue value is 125 (49.22% from 255 or 20.63% from 606); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF77D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF77D is #150882. Grayscale: #E5E5E5. Windows color (decimal): -1378435 or 8255466. OLE color: 8255466.

HSL color Cylindrical-coordinate representation of color #EAF77D: hue angle of 66.39º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAF77D is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 247 125 -
CMYK 0.05 0 0.49 0.03
HSL 66.39º 0.88% 0.73% -
HSV(B) 66.39º 0.49% 0.97% -
XYZ 70.89 85.49 32.17 -
YUV 229.21 69.19 131.42 -
System Red Green Blue C M Y K H S L
Decimal 234 247 125 0.05 0 0.49 0.03 66.39 0.88 0.73
Hex EA F7 7D 5 0 31 3 42 58 49
Octal 352 367 175 5 0 61 3 102 130 111
Binary 11101010 11110111 1111101 101 0 110001 11 1000010 1011000 1001001

Color Harmonies of #EAF77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF77D

Black with #EAF77D

Text Example


Text Example

White with #EAF77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF77D; }

 p { color: rgb(234,247,125); }

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

background-color css

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

 a { background-color: rgb(234,247,125); }

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

border-color css

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

 span { border-color: rgb(234,247,125); }

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