Html Css Color HEX #EAF381 Tidal

📋 copy color: '#EAF381'

red 234 ◦ green 243 ◦ blue 129

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

Shades of Tidal #EAF381

Tints of Tidal #EAF381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 21.29%

R = 38.61%
G = 40.1%
B = 21.29%

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

#EAF381 (or 0xEAF381) is known color: Tidal. HEX triplet: EA, F3 and 81. RGB value is (234,243,129). Sum of RGB (Red+Green+Blue) = 234+243+129=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 243 (95.31% from 255 or 40.10% from 606); Blue value is 129 (50.78% from 255 or 21.29% from 606); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF381 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF381 is #150C7E. Grayscale: #E3E3E3. Windows color (decimal): -1379455 or 8516586. OLE color: 8516586.

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

Color convert

RGB 234 243 129 -
CMYK 0.04 0 0.47 0.05
HSL 64.74º 0.83% 0.73% -
HSV(B) 64.74º 0.47% 0.95% -
XYZ 69.94 83.18 33.14 -
YUV 227.31 72.52 132.77 -
System Red Green Blue C M Y K H S L
Decimal 234 243 129 0.04 0 0.47 0.05 64.74 0.83 0.73
Hex EA F3 81 4 0 2F 5 41 53 49
Octal 352 363 201 4 0 57 5 101 123 111
Binary 11101010 11110011 10000001 100 0 101111 101 1000001 1010011 1001001

Color Harmonies of #EAF381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF381

Black with #EAF381

Text Example


Text Example

White with #EAF381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF381; }

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

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

background-color css

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

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

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

border-color css

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

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

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