Html Css Color HEX #EAEF94 Jonquil

📋 copy color: '#EAEF94'

red 234 ◦ green 239 ◦ blue 148

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

Shades of Jonquil #EAEF94

Tints of Jonquil #EAEF94

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.49%

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

R = 37.68%
G = 38.49%
B = 23.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EAEF94 (or 0xEAEF94) is known color: Jonquil. HEX triplet: EA, EF and 94. RGB value is (234,239,148). Sum of RGB (Red+Green+Blue) = 234+239+148=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 148 (58.20% from 255 or 23.83% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEF94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEF94 is #15106B. Grayscale: #E3E3E3. Windows color (decimal): -1380460 or 9760746. OLE color: 9760746.

HSL color Cylindrical-coordinate representation of color #EAEF94: hue angle of 63.3º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAEF94 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 239 148 -
CMYK 0.02 0 0.38 0.06
HSL 63.3º 0.74% 0.76% -
HSV(B) 63.3º 0.38% 0.94% -
XYZ 70.14 81.36 40.02 -
YUV 227.13 83.34 132.9 -
System Red Green Blue C M Y K H S L
Decimal 234 239 148 0.02 0 0.38 0.06 63.3 0.74 0.76
Hex EA EF 94 2 0 26 6 3F 4A 4C
Octal 352 357 224 2 0 46 6 77 112 114
Binary 11101010 11101111 10010100 10 0 100110 110 111111 1001010 1001100

Color Harmonies of #EAEF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEF94

Black with #EAEF94

Text Example


Text Example

White with #EAEF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEF94; }

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

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

background-color css

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

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

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

border-color css

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

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

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