Html Css Color HEX #EAF68D Tidal

📋 copy color: '#EAF68D'

red 234 ◦ green 246 ◦ blue 141

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

Shades of Tidal #EAF68D

Tints of Tidal #EAF68D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.61%

 BLUE value IS 141 (55.47% from 255) = 22.71%

R = 37.68%
G = 39.61%
B = 22.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#EAF68D (or 0xEAF68D) is known color: Tidal. HEX triplet: EA, F6 and 8D. RGB value is (234,246,141). Sum of RGB (Red+Green+Blue) = 234+246+141=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 246 (96.48% from 255 or 39.61% from 621); Blue value is 141 (55.47% from 255 or 22.71% from 621); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF68D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF68D is #150972. Grayscale: #E6E6E6. Windows color (decimal): -1378675 or 9303786. OLE color: 9303786.

HSL color Cylindrical-coordinate representation of color #EAF68D: hue angle of 66.86º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EAF68D is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 246 141 -
CMYK 0.05 0 0.43 0.04
HSL 66.86º 0.85% 0.76% -
HSV(B) 66.86º 0.43% 0.96% -
XYZ 71.7 85.33 37.89 -
YUV 230.44 77.52 130.54 -
System Red Green Blue C M Y K H S L
Decimal 234 246 141 0.05 0 0.43 0.04 66.86 0.85 0.76
Hex EA F6 8D 5 0 2B 4 43 55 4C
Octal 352 366 215 5 0 53 4 103 125 114
Binary 11101010 11110110 10001101 101 0 101011 100 1000011 1010101 1001100

Color Harmonies of #EAF68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF68D

Black with #EAF68D

Text Example


Text Example

White with #EAF68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF68D; }

 p { color: rgb(234,246,141); }

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

background-color css

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

 a { background-color: rgb(234,246,141); }

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

border-color css

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

 span { border-color: rgb(234,246,141); }

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