Html Css Color HEX #EAF394 Jonquil

📋 copy color: '#EAF394'

red 234 ◦ green 243 ◦ blue 148

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

Shades of Jonquil #EAF394

Tints of Jonquil #EAF394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 23.68%

R = 37.44%
G = 38.88%
B = 23.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#EAF394 (or 0xEAF394) is known color: Jonquil. HEX triplet: EA, F3 and 94. RGB value is (234,243,148). Sum of RGB (Red+Green+Blue) = 234+243+148=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 148 (58.20% from 255 or 23.68% from 625); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF394 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF394 is #150C6B. Grayscale: #E5E5E5. Windows color (decimal): -1379436 or 9761770. OLE color: 9761770.

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

Color convert

RGB 234 243 148 -
CMYK 0.04 0 0.39 0.05
HSL 65.68º 0.8% 0.77% -
HSV(B) 65.68º 0.39% 0.95% -
XYZ 71.33 83.73 40.42 -
YUV 229.48 82.02 131.22 -
System Red Green Blue C M Y K H S L
Decimal 234 243 148 0.04 0 0.39 0.05 65.68 0.8 0.77
Hex EA F3 94 4 0 27 5 42 50 4D
Octal 352 363 224 4 0 47 5 102 120 115
Binary 11101010 11110011 10010100 100 0 100111 101 1000010 1010000 1001101

Color Harmonies of #EAF394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF394

Black with #EAF394

Text Example


Text Example

White with #EAF394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF394; }

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

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

background-color css

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

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

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

border-color css

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

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

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