Html Css Color HEX #EAF87D Tidal

📋 copy color: '#EAF87D'

red 234 ◦ green 248 ◦ blue 125

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

Shades of Tidal #EAF87D

Tints of Tidal #EAF87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 20.59%

R = 38.55%
G = 40.86%
B = 20.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#EAF87D (or 0xEAF87D) is known color: Tidal. HEX triplet: EA, F8 and 7D. RGB value is (234,248,125). Sum of RGB (Red+Green+Blue) = 234+248+125=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 248 (97.27% from 255 or 40.86% from 607); Blue value is 125 (49.22% from 255 or 20.59% from 607); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF87D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF87D is #150782. Grayscale: #E6E6E6. Windows color (decimal): -1378179 or 8255722. OLE color: 8255722.

HSL color Cylindrical-coordinate representation of color #EAF87D: hue angle of 66.83º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAF87D is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 248 125 -
CMYK 0.06 0 0.50 0.03
HSL 66.83º 0.9% 0.73% -
HSV(B) 66.83º 0.5% 0.97% -
XYZ 71.2 86.11 32.27 -
YUV 229.79 68.86 131 -
System Red Green Blue C M Y K H S L
Decimal 234 248 125 0.06 0 0.50 0.03 66.83 0.9 0.73
Hex EA F8 7D 6 0 32 3 43 5A 49
Octal 352 370 175 6 0 62 3 103 132 111
Binary 11101010 11111000 1111101 110 0 110010 11 1000011 1011010 1001001

Color Harmonies of #EAF87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF87D

Black with #EAF87D

Text Example


Text Example

White with #EAF87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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