Html Css Color HEX #EAF892 Tidal

📋 copy color: '#EAF892'

red 234 ◦ green 248 ◦ blue 146

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

Shades of Tidal #EAF892

Tints of Tidal #EAF892

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.49%

 BLUE value IS 146 (57.42% from 255) = 23.25%

R = 37.26%
G = 39.49%
B = 23.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#EAF892 (or 0xEAF892) is known color: Tidal. HEX triplet: EA, F8 and 92. RGB value is (234,248,146). Sum of RGB (Red+Green+Blue) = 234+248+146=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 248 (97.27% from 255 or 39.49% from 628); Blue value is 146 (57.42% from 255 or 23.25% from 628); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF892 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF892 is #15076D. Grayscale: #E8E8E8. Windows color (decimal): -1378158 or 9631978. OLE color: 9631978.

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

Color convert

RGB 234 248 146 -
CMYK 0.06 0 0.41 0.03
HSL 68.24º 0.88% 0.77% -
HSV(B) 68.24º 0.41% 0.97% -
XYZ 72.69 86.7 40.1 -
YUV 232.19 79.36 129.29 -
System Red Green Blue C M Y K H S L
Decimal 234 248 146 0.06 0 0.41 0.03 68.24 0.88 0.77
Hex EA F8 92 6 0 29 3 44 58 4D
Octal 352 370 222 6 0 51 3 104 130 115
Binary 11101010 11111000 10010010 110 0 101001 11 1000100 1011000 1001101

Color Harmonies of #EAF892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF892

Black with #EAF892

Text Example


Text Example

White with #EAF892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF892; }

 p { color: rgb(234,248,146); }

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

background-color css

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

 a { background-color: rgb(234,248,146); }

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

border-color css

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

 span { border-color: rgb(234,248,146); }

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