Html Css Color HEX #EAF380 Tidal

📋 copy color: '#EAF380'

red 234 ◦ green 243 ◦ blue 128

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

Shades of Tidal #EAF380

Tints of Tidal #EAF380

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.17%

 BLUE value IS 128 (50.39% from 255) = 21.16%

R = 38.68%
G = 40.17%
B = 21.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#EAF380 (or 0xEAF380) is known color: Tidal. HEX triplet: EA, F3 and 80. RGB value is (234,243,128). Sum of RGB (Red+Green+Blue) = 234+243+128=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 243 (95.31% from 255 or 40.17% from 605); Blue value is 128 (50.39% from 255 or 21.16% from 605); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF380 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF380 is #150C7F. Grayscale: #E3E3E3. Windows color (decimal): -1379456 or 8451050. OLE color: 8451050.

HSL color Cylindrical-coordinate representation of color #EAF380: hue angle of 64.7º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAF380 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 243 128 -
CMYK 0.04 0 0.47 0.05
HSL 64.7º 0.83% 0.73% -
HSV(B) 64.7º 0.47% 0.95% -
XYZ 69.88 83.15 32.79 -
YUV 227.2 72.02 132.85 -
System Red Green Blue C M Y K H S L
Decimal 234 243 128 0.04 0 0.47 0.05 64.7 0.83 0.73
Hex EA F3 80 4 0 2F 5 41 53 49
Octal 352 363 200 4 0 57 5 101 123 111
Binary 11101010 11110011 10000000 100 0 101111 101 1000001 1010011 1001001

Color Harmonies of #EAF380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF380

Black with #EAF380

Text Example


Text Example

White with #EAF380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF380; }

 p { color: rgb(234,243,128); }

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

background-color css

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

 a { background-color: rgb(234,243,128); }

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

border-color css

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

 span { border-color: rgb(234,243,128); }

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