Html Css Color HEX #EAF694 Jonquil

📋 copy color: '#EAF694'

red 234 ◦ green 246 ◦ blue 148

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

Shades of Jonquil #EAF694

Tints of Jonquil #EAF694

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.17%

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

R = 37.26%
G = 39.17%
B = 23.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#EAF694 (or 0xEAF694) is known color: Jonquil. HEX triplet: EA, F6 and 94. RGB value is (234,246,148). Sum of RGB (Red+Green+Blue) = 234+246+148=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 246 (96.48% from 255 or 39.17% from 628); Blue value is 148 (58.20% from 255 or 23.57% from 628); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF694 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF694 is #15096B. Grayscale: #E7E7E7. Windows color (decimal): -1378668 or 9762538. OLE color: 9762538.

HSL color Cylindrical-coordinate representation of color #EAF694: hue angle of 67.35º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAF694 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 246 148 -
CMYK 0.05 0 0.40 0.04
HSL 67.35º 0.84% 0.77% -
HSV(B) 67.35º 0.4% 0.96% -
XYZ 72.23 85.54 40.72 -
YUV 231.24 81.02 129.97 -
System Red Green Blue C M Y K H S L
Decimal 234 246 148 0.05 0 0.40 0.04 67.35 0.84 0.77
Hex EA F6 94 5 0 28 4 43 54 4D
Octal 352 366 224 5 0 50 4 103 124 115
Binary 11101010 11110110 10010100 101 0 101000 100 1000011 1010100 1001101

Color Harmonies of #EAF694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF694

Black with #EAF694

Text Example


Text Example

White with #EAF694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF694; }

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

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

background-color css

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

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

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

border-color css

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

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

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