Html Css Color HEX #EAF585 Tidal

📋 copy color: '#EAF585'

red 234 ◦ green 245 ◦ blue 133

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

Shades of Tidal #EAF585

Tints of Tidal #EAF585

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.03%

 BLUE value IS 133 (52.34% from 255) = 21.73%

R = 38.24%
G = 40.03%
B = 21.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#EAF585 (or 0xEAF585) is known color: Tidal. HEX triplet: EA, F5 and 85. RGB value is (234,245,133). Sum of RGB (Red+Green+Blue) = 234+245+133=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 245 (96.09% from 255 or 40.03% from 612); Blue value is 133 (52.34% from 255 or 21.73% from 612); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF585 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF585 is #150A7A. Grayscale: #E5E5E5. Windows color (decimal): -1378939 or 8779242. OLE color: 8779242.

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

Color convert

RGB 234 245 133 -
CMYK 0.04 0 0.46 0.04
HSL 65.89º 0.85% 0.74% -
HSV(B) 65.89º 0.46% 0.96% -
XYZ 70.82 84.49 34.77 -
YUV 228.94 73.86 131.61 -
System Red Green Blue C M Y K H S L
Decimal 234 245 133 0.04 0 0.46 0.04 65.89 0.85 0.74
Hex EA F5 85 4 0 2E 4 42 55 4A
Octal 352 365 205 4 0 56 4 102 125 112
Binary 11101010 11110101 10000101 100 0 101110 100 1000010 1010101 1001010

Color Harmonies of #EAF585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF585

Black with #EAF585

Text Example


Text Example

White with #EAF585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF585; }

 p { color: rgb(234,245,133); }

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

background-color css

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

 a { background-color: rgb(234,245,133); }

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

border-color css

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

 span { border-color: rgb(234,245,133); }

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