Html Css Color HEX #EAFD76 Dolly

📋 copy color: '#EAFD76'

red 234 ◦ green 253 ◦ blue 118

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

Shades of Dolly #EAFD76

Tints of Dolly #EAFD76

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.82%

 BLUE value IS 118 (46.48% from 255) = 19.5%

R = 38.68%
G = 41.82%
B = 19.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#EAFD76 (or 0xEAFD76) is known color: Dolly. HEX triplet: EA, FD and 76. RGB value is (234,253,118). Sum of RGB (Red+Green+Blue) = 234+253+118=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 118 (46.48% from 255 or 19.50% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFD76 is #150289. Grayscale: #E8E8E8. Windows color (decimal): -1376906 or 7798250. OLE color: 7798250.

HSL color Cylindrical-coordinate representation of color #EAFD76: hue angle of 68.44º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAFD76 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 253 118 -
CMYK 0.08 0 0.53 0.01
HSL 68.44º 0.97% 0.73% -
HSV(B) 68.44º 0.53% 0.99% -
XYZ 72.33 89.05 30.52 -
YUV 231.93 63.71 129.48 -
System Red Green Blue C M Y K H S L
Decimal 234 253 118 0.08 0 0.53 0.01 68.44 0.97 0.73
Hex EA FD 76 8 0 35 1 44 61 49
Octal 352 375 166 10 0 65 1 104 141 111
Binary 11101010 11111101 1110110 1000 0 110101 1 1000100 1100001 1001001

Color Harmonies of #EAFD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFD76

Black with #EAFD76

Text Example


Text Example

White with #EAFD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFD76; }

 p { color: rgb(234,253,118); }

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

background-color css

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

 a { background-color: rgb(234,253,118); }

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

border-color css

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

 span { border-color: rgb(234,253,118); }

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