Html Css Color HEX #EAF68C Tidal

📋 copy color: '#EAF68C'

red 234 ◦ green 246 ◦ blue 140

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

Shades of Tidal #EAF68C

Tints of Tidal #EAF68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 22.58%

R = 37.74%
G = 39.68%
B = 22.58%

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

#EAF68C (or 0xEAF68C) is known color: Tidal. HEX triplet: EA, F6 and 8C. RGB value is (234,246,140). Sum of RGB (Red+Green+Blue) = 234+246+140=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 246 (96.48% from 255 or 39.68% from 620); Blue value is 140 (55.08% from 255 or 22.58% from 620); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF68C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF68C is #150973. Grayscale: #E6E6E6. Windows color (decimal): -1378676 or 9238250. OLE color: 9238250.

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

Color convert

RGB 234 246 140 -
CMYK 0.05 0 0.43 0.04
HSL 66.79º 0.85% 0.76% -
HSV(B) 66.79º 0.43% 0.96% -
XYZ 71.62 85.3 37.5 -
YUV 230.33 77.02 130.62 -
System Red Green Blue C M Y K H S L
Decimal 234 246 140 0.05 0 0.43 0.04 66.79 0.85 0.76
Hex EA F6 8C 5 0 2B 4 43 55 4C
Octal 352 366 214 5 0 53 4 103 125 114
Binary 11101010 11110110 10001100 101 0 101011 100 1000011 1010101 1001100

Color Harmonies of #EAF68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF68C

Black with #EAF68C

Text Example


Text Example

White with #EAF68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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